api-typings icon indicating copy to clipboard operation
api-typings copied to clipboard

Type definitions for APIs of Wechat Mini Program in TypeScript

Results 111 api-typings issues
Sort by recently updated
recently updated
newest added
trafficstars

platform: 'ios' | 'android' | 'windows' | 'mac' 在开发工具下应该为'devtools'

PR描述: 当前readme说明中缺少了jsconfig的配置说明,此PR进行了补充

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

See: https://developers.weixin.qq.com/community/develop/doc/000e881c7046a8fa1f4d464105b001?idescene=6

微信小程序开始支持在企业微信中运行,提供了一些专有接口。这些接口以 wx.qy 开头,如 wx.qy.login,但并未包含在目前的定义文件中。 请求将这些接口添加到定义文件中: wx.qy.login wx.qy.checkSession wx.qy.canIUse wx.qy.getEnterpriseUserInfo wx.qy.getAvatar wx.qy.getQrCode wx.qy.selectEnterpriseContact wx.qy.openEnterpriseChat wx.qy.selectExternalContact wx.qy.getCurExternalContact wx.qy.openUserProfile wx.qy.getNFCReaderState wx.qy.startNFCReader wx.qy.stopNFCReader 企业微信专有接口的文档如下: https://developers.weixin.qq.com/miniprogram/dev/dev_wxwork/dev-doc/qywx-api.html

根据微信小程序文档[授权](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html), 新增了如"scope.bluetooth"等权限,但目前类型库没有更新,请及时更新

now value type was `IAnyObject`, would we add a type param to supports this feature. [lib.wx.event.d.ts#L558](https://github.com/wechat-miniprogram/api-typings/blob/master/types/wx/lib.wx.event.d.ts#L558)

从基础库 2.21.2 开始,bindgetphonenumber会多返回一个code字段,通过code,后台能够获取到电话号码,前台可以不用wx.login这个api了。 [获取手机号](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html)

`pageRouter` was not defined for component/page instance types https://developers.weixin.qq.com/miniprogram/dev/reference/api/Router.html