@uug-ai/models 1.3.4 → 1.3.6
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 +2 -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;
|