@tinywork/glass 1.0.31 → 1.0.32
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/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -462,8 +462,9 @@ declare global {
|
|
|
462
462
|
getVersionCases(versionId: string): IGlassExtensionInvokeResponse<Case[]>;
|
|
463
463
|
saveVersionCases(
|
|
464
464
|
versionId: string,
|
|
465
|
-
cases:
|
|
465
|
+
cases: Case[]
|
|
466
466
|
): IGlassExtensionInvokeResponse<void>;
|
|
467
|
+
execVersionCases(versionId: string): IGlassExtensionInvokeResponse<void>;
|
|
467
468
|
|
|
468
469
|
/** 批量保存文档 */
|
|
469
470
|
saveDocs(
|