@uug-ai/models 1.5.6 → 1.5.7
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 +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -30534,6 +30534,7 @@ export interface components {
|
|
|
30534
30534
|
"event-numberofchanges"?: string;
|
|
30535
30535
|
"event-regioncoordinates"?: string;
|
|
30536
30536
|
"event-timestamp"?: string;
|
|
30537
|
+
fps?: string;
|
|
30537
30538
|
productid?: string;
|
|
30538
30539
|
uploadtime?: string;
|
|
30539
30540
|
};
|