@uug-ai/models 1.3.3 → 1.3.5
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 +3 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -10692,6 +10692,7 @@ export interface components {
|
|
|
10692
10692
|
"models.Classification": {
|
|
10693
10693
|
/** @description e.g., [[x1, y1], [x2, y2], ...] */
|
|
10694
10694
|
centroids?: number[][];
|
|
10695
|
+
duration?: number;
|
|
10695
10696
|
key?: string;
|
|
10696
10697
|
};
|
|
10697
10698
|
"models.ClassificationSummary": {
|
|
@@ -10776,7 +10777,7 @@ export interface components {
|
|
|
10776
10777
|
"models.CountingSummary": {
|
|
10777
10778
|
count?: number;
|
|
10778
10779
|
duration?: number;
|
|
10779
|
-
|
|
10780
|
+
key?: string;
|
|
10780
10781
|
};
|
|
10781
10782
|
"models.CustomAlert": {
|
|
10782
10783
|
alexa_token?: string;
|
|
@@ -11458,6 +11459,7 @@ export interface components {
|
|
|
11458
11459
|
/** @description Timestamp when the runtime metadata was cached. */
|
|
11459
11460
|
cachedTimestamp?: number;
|
|
11460
11461
|
device?: components["schemas"]["models.Device"];
|
|
11462
|
+
durationFormatted?: string;
|
|
11461
11463
|
redactionUrl?: string;
|
|
11462
11464
|
spriteUrl?: string;
|
|
11463
11465
|
thumbnailUrl?: string;
|