@uug-ai/models 1.4.1 → 1.4.2
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.
- package/dist/types.d.ts +7 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -12160,6 +12160,7 @@ export interface components {
|
|
|
12160
12160
|
markers?: string[];
|
|
12161
12161
|
name?: string;
|
|
12162
12162
|
sites?: string[];
|
|
12163
|
+
sort?: string;
|
|
12163
12164
|
};
|
|
12164
12165
|
"api.ErrorResponse": {
|
|
12165
12166
|
/** @description Application-specific error code */
|
|
@@ -12867,16 +12868,19 @@ export interface components {
|
|
|
12867
12868
|
"api.GroupFilter": {
|
|
12868
12869
|
groupIds?: string[];
|
|
12869
12870
|
name?: string;
|
|
12871
|
+
sort?: string;
|
|
12870
12872
|
};
|
|
12871
12873
|
"api.MarkerCategoryFilter": {
|
|
12872
12874
|
name?: string;
|
|
12873
12875
|
names?: string[];
|
|
12876
|
+
sort?: string;
|
|
12874
12877
|
};
|
|
12875
12878
|
"api.MarkerEventFilter": {
|
|
12876
12879
|
deviceKeys?: string[];
|
|
12877
12880
|
markerEventIds?: string[];
|
|
12878
12881
|
name?: string;
|
|
12879
12882
|
names?: string[];
|
|
12883
|
+
sort?: string;
|
|
12880
12884
|
timeRanges?: components["schemas"]["models.TimeRange"][];
|
|
12881
12885
|
};
|
|
12882
12886
|
"api.MarkerFilter": {
|
|
@@ -12885,12 +12889,14 @@ export interface components {
|
|
|
12885
12889
|
markerIds?: string[];
|
|
12886
12890
|
name?: string;
|
|
12887
12891
|
names?: string[];
|
|
12892
|
+
sort?: string;
|
|
12888
12893
|
timeRanges?: components["schemas"]["models.TimeRange"][];
|
|
12889
12894
|
};
|
|
12890
12895
|
"api.MarkerTagFilter": {
|
|
12891
12896
|
deviceKeys?: string[];
|
|
12892
12897
|
name?: string;
|
|
12893
12898
|
names?: string[];
|
|
12899
|
+
sort?: string;
|
|
12894
12900
|
timeRanges?: components["schemas"]["models.TimeRange"][];
|
|
12895
12901
|
};
|
|
12896
12902
|
"api.Media2Filter": {
|
|
@@ -13028,6 +13034,7 @@ export interface components {
|
|
|
13028
13034
|
deviceKeys?: string[];
|
|
13029
13035
|
name?: string;
|
|
13030
13036
|
siteIds?: string[];
|
|
13037
|
+
sort?: string;
|
|
13031
13038
|
};
|
|
13032
13039
|
"api.SiteFlags": {
|
|
13033
13040
|
includeMetadata?: boolean;
|