@uug-ai/models 1.4.16 → 1.4.18
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
|
@@ -15341,6 +15341,7 @@ export interface components {
|
|
|
15341
15341
|
countingDevicesAll?: boolean;
|
|
15342
15342
|
countingDevicesList?: components["schemas"]["models.DeviceKey"][];
|
|
15343
15343
|
countingLines?: components["schemas"]["models.Region"][];
|
|
15344
|
+
countingRegions?: components["schemas"]["models.Region"][];
|
|
15344
15345
|
dateRangeSchedule?: components["schemas"]["models.DateRangeSchedule"][];
|
|
15345
15346
|
description?: string;
|
|
15346
15347
|
devicesAll?: boolean;
|