shimo-js-sdk-shared
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -141,3 +141,7 @@ import { FileId } from './File'; | ||
*/ | ||
ShowToast = "showToast" | ||
ShowToast = "showToast", | ||
/** | ||
* 通知用户执行自定义操作,由用户自定义按钮触发 | ||
*/ | ||
TriggerCustomeTask = "triggerCustomeTask" | ||
} | ||
@@ -144,0 +148,0 @@ /** |
@@ -83,2 +83,6 @@ "use strict"; | ||
ContainerMethod["ShowToast"] = "showToast"; | ||
/** | ||
* 通知用户执行自定义操作,由用户自定义按钮触发 | ||
*/ | ||
ContainerMethod["TriggerCustomeTask"] = "triggerCustomeTask"; | ||
})(ContainerMethod = exports.ContainerMethod || (exports.ContainerMethod = {})); | ||
@@ -85,0 +89,0 @@ var SpreadsheetSharingFrom; |
{ | ||
"name": "shimo-js-sdk-shared", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "SDK 2.0 前端共享资源,如 types。", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
23956
860