@remnawave/backend-contract
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -34,4 +34,11 @@ "use strict"; | ||
}), | ||
stats: zod_1.z.object({ | ||
nodesUsageLastTwoDays: zod_1.z.object({ | ||
current: zod_1.z.string(), | ||
previous: zod_1.z.string(), | ||
percentage: zod_1.z.number(), | ||
}), | ||
}), | ||
}), | ||
}); | ||
})(GetStatsCommand || (exports.GetStatsCommand = GetStatsCommand = {})); |
@@ -38,2 +38,9 @@ import { z } from 'zod'; | ||
}), | ||
stats: z.object({ | ||
nodesUsageLastTwoDays: z.object({ | ||
current: z.string(), | ||
previous: z.string(), | ||
percentage: z.number(), | ||
}), | ||
}), | ||
}), | ||
@@ -40,0 +47,0 @@ }); |
{ | ||
"name": "@remnawave/backend-contract", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "A contract library for Remnawave", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
140690
3477