@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.
Files changed (2) hide show
  1. package/dist/types.d.ts +4 -0
  2. 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",