@uug-ai/models 1.2.4 → 1.2.6
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 -3
- 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?:
|
|
9207
|
+
database?: boolean;
|
|
9208
|
+
/** @description Health status fields */
|
|
9208
9209
|
description?: string;
|
|
9209
|
-
license?:
|
|
9210
|
+
license?: boolean;
|
|
9210
9211
|
/** @description Additional metadata */
|
|
9211
9212
|
metadata?: components["schemas"]["models.HealthMetadata"];
|
|
9212
|
-
queue?:
|
|
9213
|
+
queue?: boolean;
|
|
9213
9214
|
/** @description Synchronize */
|
|
9214
9215
|
synchronize?: components["schemas"]["models.Synchronize"];
|
|
9215
9216
|
};
|