Skip to content

Commit dc4677b

Browse files
committed
fix: GetAllSubscription response schema
1 parent 4c116e7 commit dc4677b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libs/contract/commands/subscriptions/get-all-subscriptions.command.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export namespace GetAllSubscriptionsCommand {
3838
daysLeft: z.number(),
3939
trafficUsed: z.string(),
4040
trafficLimit: z.string(),
41+
lifetimeTrafficUsed: z.string(),
42+
trafficUsedBytes: z.string(),
43+
trafficLimitBytes: z.string(),
44+
lifetimeTrafficUsedBytes: z.string(),
4145
username: z.string(),
4246
expiresAt: z
4347
.string()

libs/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remnawave/backend-contract",
3-
"version": "2.2.34",
3+
"version": "2.2.35",
44
"public": true,
55
"license": "AGPL-3.0-only",
66
"description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",

0 commit comments

Comments
 (0)