diff --git a/lib/types/testStatus.ts b/lib/types/testStatus.ts index f1b610d..23afba3 100644 --- a/lib/types/testStatus.ts +++ b/lib/types/testStatus.ts @@ -2,4 +2,5 @@ export enum TestStatus { new = "new", ok = "ok", unresolved = "unresolved", + autoApproved = "autoApproved", } diff --git a/package.json b/package.json index b85e83e..aa56aa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visual-regression-tracker/sdk-js", - "version": "4.6.3", + "version": "4.6.4", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",