@kkkarsss/lr-models 1.0.6 → 1.0.7

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.
@@ -15,4 +15,8 @@ export type TProject = {
15
15
  parentId?: TGUID | null;
16
16
  tags?: TTag[];
17
17
  noteIds?: TGUID[];
18
+ status: 'active' | 'archived';
19
+ };
20
+ export type TProjectFilter = {
21
+ statuses?: ('active' | 'archived')[];
18
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkkarsss/lr-models",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Common models for life-reader project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",