@remnawave/backend-contract
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -19,3 +19,9 @@ "use strict"; | ||
]; | ||
GetAllUsersCommand.SearchableFields = ['username', 'shortUuid', 'subscriptionUuid', 'uuid']; | ||
GetAllUsersCommand.SearchableFields = [ | ||
'username', | ||
'shortUuid', | ||
'subscriptionUuid', | ||
'uuid', | ||
'status', | ||
]; | ||
GetAllUsersCommand.RequestQuerySchema = zod_1.z.object({ | ||
@@ -22,0 +28,0 @@ limit: zod_1.z |
@@ -18,3 +18,9 @@ import { z } from 'zod'; | ||
export const SearchableFields = ['username', 'shortUuid', 'subscriptionUuid', 'uuid'] as const; | ||
export const SearchableFields = [ | ||
'username', | ||
'shortUuid', | ||
'subscriptionUuid', | ||
'uuid', | ||
'status', | ||
] as const; | ||
@@ -21,0 +27,0 @@ export type SortableField = (typeof SortableFields)[number]; |
{ | ||
"name": "@remnawave/backend-contract", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A contract library for Remnawave", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
127730
3134