@uug-ai/models 1.3.12 → 1.3.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -13477,7 +13477,7 @@ export interface components {
13477
13477
  * DeviceId is a unique identifier for the device, it can be used to identify the device in the system.
13478
13478
  * OrganisationId is used to identify the organisation that owns the device.
13479
13479
  */
13480
- deviceId?: string;
13480
+ deviceKey?: string;
13481
13481
  /** @description Name of the device that uploaded media */
13482
13482
  deviceName?: string;
13483
13483
  duration?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",