@larksuiteoapi/node-sdk 1.46.0 → 1.47.1
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 +1 -1
- package/es/index.js +2300 -972
- package/lib/index.js +2300 -973
- package/package.json +1 -3
- package/types/index.d.ts +2193 -297
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ The SDK provides a semantic calling method. You only need to construct a client
|
|
|
61
61
|
```typescript
|
|
62
62
|
import * as lark from '@larksuiteoapi/node-sdk';
|
|
63
63
|
|
|
64
|
-
const client = new lark.
|
|
64
|
+
const client = new lark.Client({
|
|
65
65
|
appId: 'app id',
|
|
66
66
|
appSecret: 'app secret',
|
|
67
67
|
appType: lark.AppType.SelfBuild,
|