@hawk.so/types 0.1.38 → 0.2.0

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.
@@ -57,6 +57,10 @@ export interface WorkspaceDBScheme {
57
57
  * Is workspace blocked for catching new events
58
58
  */
59
59
  isBlocked?: boolean;
60
+ /**
61
+ * Date when workspace was blocked
62
+ */
63
+ blockedDate?: Date;
60
64
  /**
61
65
  * List of last dates for notifications
62
66
  * Used to reduce frequency of some system messages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawk.so/types",
3
- "version": "0.1.38",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript definitions for Hawk",
5
5
  "types": "build/index.d.ts",
6
6
  "main": "build/index.js",
@@ -71,6 +71,11 @@ export interface WorkspaceDBScheme {
71
71
  */
72
72
  isBlocked?: boolean;
73
73
 
74
+ /**
75
+ * Date when workspace was blocked
76
+ */
77
+ blockedDate?: Date;
78
+
74
79
  /**
75
80
  * List of last dates for notifications
76
81
  * Used to reduce frequency of some system messages