@larksuiteoapi/node-sdk 1.4.1 → 1.6.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 +3 -0
- package/README.zh.md +3 -0
- package/es/index.js +713 -115
- package/lib/index.js +713 -115
- package/package.json +1 -1
- package/types/index.d.ts +1471 -357
package/README.md
CHANGED
|
@@ -478,6 +478,9 @@ import * as lark from '@larksuiteoapi/node-sdk';
|
|
|
478
478
|
new lark.AESCipher('encrypt key').decrypt('content');
|
|
479
479
|
````
|
|
480
480
|
|
|
481
|
+
## Examples
|
|
482
|
+
[Rapidly develop auto-responder bot](https://github.com/larksuite/lark-samples/blob/main/react_and_nodejs/robot/README.zh.md)
|
|
483
|
+
|
|
481
484
|
## Blog
|
|
482
485
|
[ISV Application Development Guide](https://bytedance.feishu.cn/docx/RUZKdGwdyoH4KexMJgDcITQnn0b)
|
|
483
486
|
|
package/README.zh.md
CHANGED
|
@@ -477,6 +477,9 @@ import * as lark from '@larksuiteoapi/node-sdk';
|
|
|
477
477
|
new lark.AESCipher('encrypt key').decrypt('content');
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
+
## Examples
|
|
481
|
+
[快速开发自动回复机器人](https://github.com/larksuite/lark-samples/blob/main/react_and_nodejs/robot/README.zh.md)
|
|
482
|
+
|
|
480
483
|
## Blog
|
|
481
484
|
[ISV(商店应用)开发指南](https://bytedance.feishu.cn/docx/RUZKdGwdyoH4KexMJgDcITQnn0b)
|
|
482
485
|
|