diff --git a/package.json b/package.json index 3971f7e3..c57559ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.1.11", + "version": "1.1.12", "main": "index.ts", "license": "UNLICENSED", "scripts": { diff --git a/src/models/project.ts b/src/models/project.ts index 98fb71e9..b33eed8d 100644 --- a/src/models/project.ts +++ b/src/models/project.ts @@ -53,6 +53,11 @@ export enum ReceiveTypes { */ ALL = 'ALL', + /** + * If event seen more than threshold in thresholdPeriod + */ + SEEN_MORE = 'SEEN_MORE', + /** * Only first occurrence */