@@ -86,63 +86,63 @@ import (
8686
8787type Client struct {
8888 config * larkcore.Config
89- Auth * auth.Service
90- Minutes * minutes.Service
91- Acs * acs.Service
92- MeetingRoom * meeting_room.Service
93- Docs * docs.Service
94- Payroll * payroll.Service
95- SecurityAndCompliance * security_and_compliance.Service
96- Workplace * workplace.Service
97- Event * event.Service
98- Verification * verification.Service
99- OpticalCharRecognition * optical_char_recognition.Service
100- Authen * authen.Service
10189 Base * base.Service
90+ Report * report.Service
91+ SecurityAndCompliance * security_and_compliance.Service
10292 Block * block.Service
93+ Bitable * bitable.Service
10394 Contact * contact.Service
104- Corehr * corehr.Service
105- Docx * docx.Service
106- Ehr * ehr.Service
107- Helpdesk * helpdesk.Service
108- PersonalSettings * personal_settings.Service
109- Tenant * tenant.Service
110- Vc * vc.Service
111- Wiki * wiki.Service
112- Moments * moments.Service
113- Report * report.Service
114- Directory * directory.Service
11595 Drive * drive.Service
116- Hire * hire.Service
11796 Okr * okr.Service
118- TrustParty * trust_party.Service
119- Admin * admin.Service
120- Translation * translation.Service
121- Board * board.Service
122- HumanAuthentication * human_authentication.Service
123- Mail * mail.Service
124- Aily * aily.Service
12597 Cardkit * cardkit.Service
98+ Ehr * ehr.Service
12699 Elearning * elearning.Service
127- Mdm * mdm.Service
128- Compensation * compensation.Service
129- Apaas * apaas.Service
100+ Spark * spark.Service
130101 Approval * approval.Service
102+ Authen * authen.Service
103+ Compensation * compensation.Service
104+ Hire * hire.Service
105+ Wiki * wiki.Service
106+ MeetingRoom * meeting_room.Service
107+ Minutes * minutes.Service
108+ Verification * verification.Service
109+ Workplace * workplace.Service
110+ Attendance * attendance.Service
131111 Calendar * calendar.Service
112+ Helpdesk * helpdesk.Service
113+ PersonalSettings * personal_settings.Service
114+ Auth * auth.Service
115+ Baike * baike.Service
132116 Passport * passport.Service
133- Sheets * sheets.Service
134- SpeechToText * speech_to_text.Service
117+ Admin * admin.Service
135118 Application * application.Service
136- Attendance * attendance.Service
137- Baike * baike.Service
119+ Docs * docs.Service
120+ Payroll * payroll.Service
121+ Translation * translation.Service
138122 Im * im.Service
139- Lingo * lingo.Service
140- Performance * performance.Service
123+ Moments * moments.Service
124+ SpeechToText * speech_to_text.Service
125+ Aily * aily.Service
126+ Docx * docx.Service
127+ OpticalCharRecognition * optical_char_recognition.Service
128+ Vc * vc.Service
129+ Apaas * apaas.Service
130+ Directory * directory.Service
131+ Event * event.Service
132+ HumanAuthentication * human_authentication.Service
133+ TrustParty * trust_party.Service
134+ Acs * acs.Service
135+ Board * board.Service
136+ Mdm * mdm.Service
141137 Search * search.Service
142- Bitable * bitable.Service
143- DocumentAi * document_ai.Service
144138 Task * task.Service
145- Spark * spark.Service
139+ Corehr * corehr.Service
140+ Mail * mail.Service
141+ Sheets * sheets.Service
142+ Tenant * tenant.Service
143+ DocumentAi * document_ai.Service
144+ Lingo * lingo.Service
145+ Performance * performance.Service
146146 AccessToken * accesstoken.AccessToken
147147 Ext * larkext.ExtService
148148}
@@ -287,63 +287,63 @@ func NewClient(appId, appSecret string, options ...ClientOptionFunc) *Client {
287287}
288288
289289func initService (client * Client , config * larkcore.Config ) {
290- client .Auth = auth .NewService (config )
291- client .Minutes = minutes .NewService (config )
292- client .Acs = acs .NewService (config )
293- client .MeetingRoom = meeting_room .NewService (config )
294- client .Docs = docs .NewService (config )
295- client .Payroll = payroll .NewService (config )
296- client .SecurityAndCompliance = security_and_compliance .NewService (config )
297- client .Workplace = workplace .NewService (config )
298- client .Event = event .NewService (config )
299- client .Verification = verification .NewService (config )
300- client .OpticalCharRecognition = optical_char_recognition .NewService (config )
301- client .Authen = authen .NewService (config )
302290 client .Base = base .NewService (config )
291+ client .Report = report .NewService (config )
292+ client .SecurityAndCompliance = security_and_compliance .NewService (config )
303293 client .Block = block .NewService (config )
294+ client .Bitable = bitable .NewService (config )
304295 client .Contact = contact .NewService (config )
305- client .Corehr = corehr .NewService (config )
306- client .Docx = docx .NewService (config )
307- client .Ehr = ehr .NewService (config )
308- client .Helpdesk = helpdesk .NewService (config )
309- client .PersonalSettings = personal_settings .NewService (config )
310- client .Tenant = tenant .NewService (config )
311- client .Vc = vc .NewService (config )
312- client .Wiki = wiki .NewService (config )
313- client .Moments = moments .NewService (config )
314- client .Report = report .NewService (config )
315- client .Directory = directory .NewService (config )
316296 client .Drive = drive .NewService (config )
317- client .Hire = hire .NewService (config )
318297 client .Okr = okr .NewService (config )
319- client .TrustParty = trust_party .NewService (config )
320- client .Admin = admin .NewService (config )
321- client .Translation = translation .NewService (config )
322- client .Board = board .NewService (config )
323- client .HumanAuthentication = human_authentication .NewService (config )
324- client .Mail = mail .NewService (config )
325- client .Aily = aily .NewService (config )
326298 client .Cardkit = cardkit .NewService (config )
299+ client .Ehr = ehr .NewService (config )
327300 client .Elearning = elearning .NewService (config )
328- client .Mdm = mdm .NewService (config )
329- client .Compensation = compensation .NewService (config )
330- client .Apaas = apaas .NewService (config )
301+ client .Spark = spark .NewService (config )
331302 client .Approval = approval .NewService (config )
303+ client .Authen = authen .NewService (config )
304+ client .Compensation = compensation .NewService (config )
305+ client .Hire = hire .NewService (config )
306+ client .Wiki = wiki .NewService (config )
307+ client .MeetingRoom = meeting_room .NewService (config )
308+ client .Minutes = minutes .NewService (config )
309+ client .Verification = verification .NewService (config )
310+ client .Workplace = workplace .NewService (config )
311+ client .Attendance = attendance .NewService (config )
332312 client .Calendar = calendar .NewService (config )
313+ client .Helpdesk = helpdesk .NewService (config )
314+ client .PersonalSettings = personal_settings .NewService (config )
315+ client .Auth = auth .NewService (config )
316+ client .Baike = baike .NewService (config )
333317 client .Passport = passport .NewService (config )
334- client .Sheets = sheets .NewService (config )
335- client .SpeechToText = speech_to_text .NewService (config )
318+ client .Admin = admin .NewService (config )
336319 client .Application = application .NewService (config )
337- client .Attendance = attendance .NewService (config )
338- client .Baike = baike .NewService (config )
320+ client .Docs = docs .NewService (config )
321+ client .Payroll = payroll .NewService (config )
322+ client .Translation = translation .NewService (config )
339323 client .Im = im .NewService (config )
340- client .Lingo = lingo .NewService (config )
341- client .Performance = performance .NewService (config )
324+ client .Moments = moments .NewService (config )
325+ client .SpeechToText = speech_to_text .NewService (config )
326+ client .Aily = aily .NewService (config )
327+ client .Docx = docx .NewService (config )
328+ client .OpticalCharRecognition = optical_char_recognition .NewService (config )
329+ client .Vc = vc .NewService (config )
330+ client .Apaas = apaas .NewService (config )
331+ client .Directory = directory .NewService (config )
332+ client .Event = event .NewService (config )
333+ client .HumanAuthentication = human_authentication .NewService (config )
334+ client .TrustParty = trust_party .NewService (config )
335+ client .Acs = acs .NewService (config )
336+ client .Board = board .NewService (config )
337+ client .Mdm = mdm .NewService (config )
342338 client .Search = search .NewService (config )
343- client .Bitable = bitable .NewService (config )
344- client .DocumentAi = document_ai .NewService (config )
345339 client .Task = task .NewService (config )
346- client .Spark = spark .NewService (config )
340+ client .Corehr = corehr .NewService (config )
341+ client .Mail = mail .NewService (config )
342+ client .Sheets = sheets .NewService (config )
343+ client .Tenant = tenant .NewService (config )
344+ client .DocumentAi = document_ai .NewService (config )
345+ client .Lingo = lingo .NewService (config )
346+ client .Performance = performance .NewService (config )
347347 client .AccessToken = accesstoken .NewAccessToken (config )
348348 client .Ext = larkext .NewService (config )
349349}
0 commit comments