miniprogram-api-typings
Advanced tools
Comparing version 3.8.0 to 3.8.1
{ | ||
"name": "miniprogram-api-typings", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./index.d.ts", |
@@ -56,2 +56,4 @@ # Wechat Mini Program API Typings | ||
- [Mr.Hope](https://github.com/Mister-Hope) | ||
- [chs97](https://github.com/chs97) | ||
- [Jelf](https://github.com/okxiaoliang4) | ||
@@ -58,0 +60,0 @@ ### Automated tests |
@@ -57,2 +57,3 @@ # 微信小程序定义文件 | ||
- [chs97](https://github.com/chs97) | ||
- [Jelf](https://github.com/okxiaoliang4) | ||
@@ -59,0 +60,0 @@ ### 测试 |
@@ -422,3 +422,6 @@ /*! ***************************************************************************** | ||
type ButtonGetPhoneNumber = CustomEvent< | ||
GeneralCallbackResult & Partial<GetWeRunDataSuccessCallbackResult> | ||
GeneralCallbackResult & | ||
Partial<GetWeRunDataSuccessCallbackResult> & { | ||
code: string | ||
} | ||
> | ||
@@ -425,0 +428,0 @@ |
@@ -202,3 +202,3 @@ /*! ***************************************************************************** | ||
*/ | ||
from: 'button' | 'menu' | string | ||
from: 'button' | 'menu' | ||
/** 如果 `from` 值是 `button`,则 `target` 是触发这次转发事件的 `button`,否则为 `undefined` | ||
@@ -205,0 +205,0 @@ * |
1953825
47814
66