@futo-org/backups-orchestrator-ui 0.21.0 → 0.22.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.
@@ -161,6 +161,7 @@ export type SnapshotDto = {
161
161
  id: string;
162
162
  time: string;
163
163
  paths: string[];
164
+ tags?: string[];
164
165
  summary?: SnapshotSummaryDto;
165
166
  };
166
167
  export type InspectedLocalRepositoryDto = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@futo-org/backups-orchestrator-ui",
3
3
  "repository": "https://github.com/immich-app/yucca",
4
4
  "description": "Backups orchestrator (UI library)",
5
- "version": "0.21.0",
5
+ "version": "0.22.0",
6
6
  "license": "Source First License 1.1",
7
7
  "files": [
8
8
  "dist",
@@ -64,7 +64,7 @@
64
64
  "lodash.debounce": "^4.0.8",
65
65
  "luxon": "^3.7.2",
66
66
  "socket.io-client": "^4.8.3",
67
- "@futo-org/backups-api-client": "^0.21.0"
67
+ "@futo-org/backups-api-client": "^0.22.0"
68
68
  },
69
69
  "scripts": {
70
70
  "dev": "vite dev --port 5174",