@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.
Files changed (2) hide show
  1. package/index.d.ts +2 -1
  2. 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: CaseData
465
+ cases: Case[]
466
466
  ): IGlassExtensionInvokeResponse<void>;
467
+ execVersionCases(versionId: string): IGlassExtensionInvokeResponse<void>;
467
468
 
468
469
  /** 批量保存文档 */
469
470
  saveDocs(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "types": "index.d.ts",
6
6
  "files": [