@uug-ai/models 1.0.29 → 1.0.30

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
@@ -4740,6 +4740,10 @@ export interface components {
4740
4740
  startTimestamp?: number;
4741
4741
  };
4742
4742
  "api.Metadata": {
4743
+ /** @description Additional data relevant to the request or response, this can be free-format */
4744
+ data?: {
4745
+ [key: string]: unknown;
4746
+ };
4743
4747
  /** @description Error message if any */
4744
4748
  error?: string;
4745
4749
  /** @description Function name where the response was generated */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",