@uug-ai/models 1.2.13 → 1.2.14
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 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -9431,6 +9431,8 @@ export interface components {
|
|
|
9431
9431
|
data?: {
|
|
9432
9432
|
[key: string]: unknown;
|
|
9433
9433
|
};
|
|
9434
|
+
/** @description Device key involved in the request */
|
|
9435
|
+
deviceKey?: string;
|
|
9434
9436
|
/** @description Error message if any */
|
|
9435
9437
|
error?: string;
|
|
9436
9438
|
/** @description Function name where the response was generated */
|