Skip to content

Commit 5ff856d

Browse files
committed
add: AddAssigneeAPaaSApprovalTask
1 parent aa029be commit 5ff856d

9 files changed

+510
-2
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark
3838

3939
## Support APIs
4040

41-
API Count: 1078, Event Count: 149
41+
API Count: 1087, Event Count: 149
4242

4343
<details>
4444
<summary>
@@ -85,6 +85,11 @@ API Count: 1078, Event Count: 149
8585
- TranslateText
8686
- DetectTextLanguage
8787
- DetectFaceAttributes
88+
- APaaS
89+
- AgreeAPaaSApprovalTask
90+
- RejectAPaaSApprovalTask
91+
- TransferAPaaSApprovalTask
92+
- AddAssigneeAPaaSApprovalTask
8893
- Admin
8994
- AdminResetPassword
9095
- GetAdminDeptStats
@@ -655,6 +660,7 @@ API Count: 1078, Event Count: 149
655660
- UpdateDriveDocContent
656661
- GetDriveDocRawContent
657662
- GetDriveDocMeta
663+
- GetWhiteboardNodeList
658664
- UpdateSpreadsheet
659665
- GetSpreadsheet
660666
- CreateSpreadsheet
@@ -967,6 +973,7 @@ API Count: 1078, Event Count: 149
967973
- AddHireTalentToFolder
968974
- GetHireTalentFolderList
969975
- BatchGetHireTalent
976+
- GetHireTalentList
970977
- GetHireJobProcessList
971978
- CreateHireApplication
972979
- TerminateHireApplication
@@ -1165,6 +1172,10 @@ API Count: 1078, Event Count: 149
11651172
- GetPersonalSettingsSystemStatusList
11661173
- BatchOpenPersonalSettingsSystemStatus
11671174
- BatchClosePersonalSettingsSystemStatus
1175+
- Report
1176+
- QueryReportRule
1177+
- RemoveReportView
1178+
- QueryReportTask
11681179
- Search
11691180
- SearchMessage
11701181
- SearchApp

README_CN.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark
3838

3939
## 支持的接口
4040

41-
API 总数: 1078, 事件总数: 149
41+
API 总数: 1087, 事件总数: 149
4242

4343
<details>
4444
<summary>
@@ -85,6 +85,11 @@ API 总数: 1078, 事件总数: 149
8585
- TranslateText
8686
- DetectTextLanguage
8787
- DetectFaceAttributes
88+
- APaaS
89+
- AgreeAPaaSApprovalTask
90+
- RejectAPaaSApprovalTask
91+
- TransferAPaaSApprovalTask
92+
- AddAssigneeAPaaSApprovalTask
8893
- Admin
8994
- AdminResetPassword
9095
- GetAdminDeptStats
@@ -655,6 +660,7 @@ API 总数: 1078, 事件总数: 149
655660
- UpdateDriveDocContent
656661
- GetDriveDocRawContent
657662
- GetDriveDocMeta
663+
- GetWhiteboardNodeList
658664
- UpdateSpreadsheet
659665
- GetSpreadsheet
660666
- CreateSpreadsheet
@@ -967,6 +973,7 @@ API 总数: 1078, 事件总数: 149
967973
- AddHireTalentToFolder
968974
- GetHireTalentFolderList
969975
- BatchGetHireTalent
976+
- GetHireTalentList
970977
- GetHireJobProcessList
971978
- CreateHireApplication
972979
- TerminateHireApplication
@@ -1165,6 +1172,10 @@ API 总数: 1078, 事件总数: 149
11651172
- GetPersonalSettingsSystemStatusList
11661173
- BatchOpenPersonalSettingsSystemStatus
11671174
- BatchClosePersonalSettingsSystemStatus
1175+
- Report
1176+
- QueryReportRule
1177+
- RemoveReportView
1178+
- QueryReportTask
11681179
- Search
11691180
- SearchMessage
11701181
- SearchApp

api_apaas_approval_task_add_assignee.go

+77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

impl.go

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock.go

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)