@larksuiteoapi/node-sdk 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  All of these make the overall development experience poor. In order to make the open capability easy to use, we have written this SDK, which integrates all the verbose logic into built-in processing, provides a complete type hints, and provides external semantics. Programming interface to improve coding experience.
8
8
 
9
+ Here are some official tutorials based on the sdk:
10
+ * [Quickly develop interactive cards](https://open.feishu.cn/document/home/quickly-develop-interactive-cards/introduction)
11
+ * [Quick Start of Personnel and Attendance Management System](https://open.feishu.cn/document/home/quick-start-of-personnel-and-attendance-management-system/overview)
12
+ * [Quick access to Base](https://open.feishu.cn/document/home/quick-access-to-base/preparation)
13
+ * [Department personnel management based on web app](https://open.feishu.cn/document/home/quick-access-to-base/department-personnel-management-based-on-web-app/overview)
14
+ * [Quick access to Contact API](https://open.feishu.cn/document/home/quick-access-to-contact-api/introduction)
15
+ * [Automatic attendance management based on approval](https://open.feishu.cn/document/home/automatic-attendance-management-based-on-approval/introduction)
16
+
9
17
  ## Concept
10
18
  - Development documentation: A reference to the open interface of the open platform, **a must-see for developers, you can use the search function to query documents efficiently**. [More introduction instructions](https://open.feishu.cn/document/) .
11
19
 
package/README.zh.md CHANGED
@@ -5,6 +5,14 @@
5
5
 
6
6
  凡此种种,都使得整体的开发体验不佳,基于此,为了让开放能力变得易用,我们编写了该SDK,将所有冗长的逻辑内置处理,提供完备的类型系统,对外提供语义化的编程接口,提高编码体验。😙
7
7
 
8
+ 以下是一些基于该sdk的官方教程:
9
+ * [快速开发互动卡片](https://open.feishu.cn/document/home/quickly-develop-interactive-cards/introduction)
10
+ * [快速开发人员及考勤管理系统](https://open.feishu.cn/document/home/quick-start-of-personnel-and-attendance-management-system/overview)
11
+ * [快速接入多维表格](https://open.feishu.cn/document/home/quick-access-to-base/preparation)
12
+ * [基于网页应用实现部门人员管理](https://open.feishu.cn/document/home/quick-access-to-base/department-personnel-management-based-on-web-app/overview)
13
+ * [快速接入通讯录](https://open.feishu.cn/document/home/quick-access-to-contact-api/introduction)
14
+ * [基于审批实现自动考勤管理](https://open.feishu.cn/document/home/automatic-attendance-management-based-on-approval/introduction)
15
+
8
16
  ## 概念
9
17
  - 开发文档:开放平台的开放接口的参考,**开发者必看,可以使用搜索功能,高效的查询文档**。[更多介绍说明](https://open.feishu.cn/document/) 。
10
18