@dakera-ai/dakera 0.11.83 → 0.11.89
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -159,6 +159,8 @@ interface HealthResponse {
|
|
|
159
159
|
status: string;
|
|
160
160
|
version?: string;
|
|
161
161
|
uptime?: number;
|
|
162
|
+
/** Git commit SHA baked into the binary at build time. Available since server v0.11.84. */
|
|
163
|
+
build_sha?: string;
|
|
162
164
|
}
|
|
163
165
|
/** Filter operators for metadata queries */
|
|
164
166
|
interface FilterOperators {
|
package/dist/index.d.ts
CHANGED
|
@@ -159,6 +159,8 @@ interface HealthResponse {
|
|
|
159
159
|
status: string;
|
|
160
160
|
version?: string;
|
|
161
161
|
uptime?: number;
|
|
162
|
+
/** Git commit SHA baked into the binary at build time. Available since server v0.11.84. */
|
|
163
|
+
build_sha?: string;
|
|
162
164
|
}
|
|
163
165
|
/** Filter operators for metadata queries */
|
|
164
166
|
interface FilterOperators {
|