@uug-ai/models 1.4.12 → 1.4.13
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
|
@@ -16624,6 +16624,7 @@ export interface components {
|
|
|
16624
16624
|
};
|
|
16625
16625
|
"models.Region": {
|
|
16626
16626
|
device?: string;
|
|
16627
|
+
direction?: string;
|
|
16627
16628
|
height?: number;
|
|
16628
16629
|
id?: string;
|
|
16629
16630
|
regionPoints?: components["schemas"]["models.Point"][];
|