@uug-ai/models 1.2.27 → 1.2.28
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 +4 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -10267,6 +10267,10 @@ export interface components {
|
|
|
10267
10267
|
metadata?: components["schemas"]["api.mediaMetadataPatch"];
|
|
10268
10268
|
};
|
|
10269
10269
|
"api.Metadata": {
|
|
10270
|
+
/** @description Name of the application */
|
|
10271
|
+
applicationName?: string;
|
|
10272
|
+
/** @description Version of the application */
|
|
10273
|
+
applicationVersion?: string;
|
|
10270
10274
|
data?: {
|
|
10271
10275
|
[key: string]: unknown;
|
|
10272
10276
|
};
|