Comparing version 1.5.8-201707121250 to 1.5.8-201707121350
@@ -864,3 +864,3 @@ export as namespace dd; | ||
type?: 1; //附件类型 1:image 2:link | ||
alertType?: 0 | 1 | 2; // 钉提醒类型 0:电话, 1:短信, 2:应用内 | ||
alertType: 0 | 1 | 2; // 钉提醒类型 0:电话, 1:短信, 2:应用内 | ||
alertDate?: { | ||
@@ -873,3 +873,3 @@ format: string; // "yyyy-MM-dd HH:mm:ss"; | ||
}; //附件信息 | ||
text: string; //消息 | ||
text?: string; //消息 | ||
// onSuccess将在点击发送之后调用 | ||
@@ -885,7 +885,7 @@ onSuccess?(): void; | ||
alertType: 0 | 1 | 2; // 钉提醒类型 0:电话, 1:短信, 2:应用内 | ||
alertDate: { | ||
alertDate?: { | ||
format: string; // "yyyy-MM-dd HH:mm:ss"; | ||
value: string; | ||
}; | ||
attachment: { | ||
attachment?: { | ||
title: string; | ||
@@ -896,3 +896,3 @@ url: string; | ||
}; | ||
text: string; //消息 | ||
text?: string; //消息 | ||
onSuccess?(): void; | ||
@@ -899,0 +899,0 @@ onFail?(): void; |
{ | ||
"name": "ali-dd", | ||
"version": "1.5.8-201707121250", | ||
"version": "1.5.8-201707121350", | ||
"description": "dingtalk jsapi", | ||
@@ -5,0 +5,0 @@ "main": "dingtalk.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80427