Skip to content

Commit 68ab746

Browse files
committed
add: InstantReminderAppFeedCard
1 parent 9df53ee commit 68ab746

9 files changed

+279
-17
lines changed

README.md

Lines changed: 7 additions & 1 deletion
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: 1017, Event Count: 148
41+
API Count: 1023, Event Count: 148
4242

4343
<details>
4444
<summary>
@@ -535,6 +535,7 @@ API Count: 1017, Event Count: 148
535535
- GetCoreHRJobListV2
536536
- GetCoreHRJob
537537
- GetCoreHRJobList
538+
- SearchCoreHRPreHire
538539
- CreateCoreHRPreHire
539540
- DeleteCoreHRPreHire
540541
- UpdateCoreHRPreHire
@@ -1114,6 +1115,11 @@ API Count: 1017, Event Count: 148
11141115
- GetMessagePinList
11151116
- GetMessageSpecialFocusList
11161117
- GetMessageSpecialFocusUnread
1118+
- CreateAppFeedCard
1119+
- UpdateAppFeedCard
1120+
- DeleteAppFeedCard
1121+
- UpdateAppFeedCardButton
1122+
- InstantReminderAppFeedCard
11171123
- Mina
11181124
- MinaCodeToSession
11191125
- Minutes

README_CN.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark
3838

3939
## 支持的接口
4040

41-
API 总数: 1017, 事件总数: 148
41+
API 总数: 1023, 事件总数: 148
4242

4343
<details>
4444
<summary>
@@ -535,6 +535,7 @@ API 总数: 1017, 事件总数: 148
535535
- GetCoreHRJobListV2
536536
- GetCoreHRJob
537537
- GetCoreHRJobList
538+
- SearchCoreHRPreHire
538539
- CreateCoreHRPreHire
539540
- DeleteCoreHRPreHire
540541
- UpdateCoreHRPreHire
@@ -1114,6 +1115,11 @@ API 总数: 1017, 事件总数: 148
11141115
- GetMessagePinList
11151116
- GetMessageSpecialFocusList
11161117
- GetMessageSpecialFocusUnread
1118+
- CreateAppFeedCard
1119+
- UpdateAppFeedCard
1120+
- DeleteAppFeedCard
1121+
- UpdateAppFeedCardButton
1122+
- InstantReminderAppFeedCard
11171123
- Mina
11181124
- MinaCodeToSession
11191125
- Minutes

api_app_feed_card_button_update.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_app_feed_card_create.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_app_feed_card_instant_reminder.go

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_app_feed_card_update.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/CoreHR_sample_test.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)