@uug-ai/models 1.2.5 → 1.2.7

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 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -9204,12 +9204,13 @@ export interface components {
9204
9204
  atRuntimeMetadata?: components["schemas"]["models.HealthAtRuntimeMetadata"];
9205
9205
  /** @description Audit information */
9206
9206
  audit?: components["schemas"]["models.Audit"];
9207
- database?: string;
9207
+ database?: boolean;
9208
+ /** @description Health status fields */
9208
9209
  description?: string;
9209
- license?: string;
9210
+ license?: boolean;
9210
9211
  /** @description Additional metadata */
9211
9212
  metadata?: components["schemas"]["models.HealthMetadata"];
9212
- queue?: string;
9213
+ queue?: boolean;
9213
9214
  /** @description Synchronize */
9214
9215
  synchronize?: components["schemas"]["models.Synchronize"];
9215
9216
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",