@hawk.so/types 0.1.30 → 0.1.31
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.
|
@@ -41,4 +41,8 @@ export interface ProjectNotificationsRuleDBScheme {
|
|
|
41
41
|
* Size of period (in milliseconds) to count events to compare to rule threshold
|
|
42
42
|
*/
|
|
43
43
|
thresholdPeriod?: number;
|
|
44
|
+
/**
|
|
45
|
+
* If rule is created automatically (on project creation or conversion of old projects)
|
|
46
|
+
*/
|
|
47
|
+
autoAdded?: string;
|
|
44
48
|
}
|
package/package.json
CHANGED
|
@@ -50,4 +50,9 @@ export interface ProjectNotificationsRuleDBScheme {
|
|
|
50
50
|
* Size of period (in milliseconds) to count events to compare to rule threshold
|
|
51
51
|
*/
|
|
52
52
|
thresholdPeriod?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* If rule is created automatically (on project creation or conversion of old projects)
|
|
56
|
+
*/
|
|
57
|
+
autoAdded?: string;
|
|
53
58
|
}
|