@uug-ai/models 1.4.34 → 1.4.35

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -16356,6 +16356,7 @@ export interface components {
16356
16356
  metadata?: components["schemas"]["api.Metadata"];
16357
16357
  };
16358
16358
  "api.GetTimelineMarkersRequest": {
16359
+ disableGrouping?: boolean;
16359
16360
  filter?: components["schemas"]["api.MarkerFilter"];
16360
16361
  };
16361
16362
  "api.GetTimelineMarkersResponse": {
@@ -16387,6 +16388,7 @@ export interface components {
16387
16388
  metadata?: components["schemas"]["api.Metadata"];
16388
16389
  };
16389
16390
  "api.GetTimelineMediaRequest": {
16391
+ disableGrouping?: boolean;
16390
16392
  filter?: components["schemas"]["api.MediaFilter"];
16391
16393
  };
16392
16394
  "api.GetTimelineMediaResponse": {
@@ -16512,10 +16514,14 @@ export interface components {
16512
16514
  "api.MarkerFilter": {
16513
16515
  categories?: string[];
16514
16516
  deviceKeys?: string[];
16517
+ events?: string[];
16515
16518
  markerIds?: string[];
16516
16519
  name?: string;
16517
16520
  names?: string[];
16521
+ regions?: components["schemas"]["models.Region"][];
16518
16522
  sort?: string;
16523
+ starred?: boolean;
16524
+ tags?: string[];
16519
16525
  timeRanges?: components["schemas"]["models.TimeRange"][];
16520
16526
  };
16521
16527
  "api.MarkerTagFilter": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",