@lightdash/common 0.1361.2 → 0.1362.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,18 @@ export type Group = {
12
12
  * The time that the group was created
13
13
  */
14
14
  createdAt: Date;
15
+ /**
16
+ * The UUID of the user that created the group
17
+ */
18
+ createdByUserUuid: string | null;
19
+ /**
20
+ * The time that the group was last updated
21
+ */
22
+ updatedAt: Date;
23
+ /**
24
+ * The UUID of the user that last updated the group
25
+ */
26
+ updatedByUserUuid: string | null;
15
27
  /**
16
28
  * The UUID of the organization that the group belongs to
17
29
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1361.2",
3
+ "version": "0.1362.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [