From c15197311cd28677e124cde0c770aa3842754347 Mon Sep 17 00:00:00 2001 From: Pavel Strunkin Date: Mon, 26 Apr 2021 16:18:18 +0300 Subject: [PATCH] misc: add autoApprove status (#94) closes https://github.com/Visual-Regression-Tracker/sdk-js/issues/93 --- lib/types/testStatus.ts | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",