@remnawave/backend-contract 0.0.39 → 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ var GetAllUsersV2Command;
9
9
  GetAllUsersV2Command.url = api_1.REST_API.USERS.GET_ALL_V2;
10
10
  const FilterSchema = zod_1.z.object({
11
11
  id: zod_1.z.string(),
12
- value: zod_1.z.unknown(),
12
+ value: zod_1.z.string(),
13
13
  });
14
14
  const SortingSchema = zod_1.z.object({
15
15
  id: zod_1.z.string(),
@@ -7,7 +7,7 @@ export namespace GetAllUsersV2Command {
7
7
 
8
8
  const FilterSchema = z.object({
9
9
  id: z.string(),
10
- value: z.unknown(),
10
+ value: z.string(),
11
11
  });
12
12
 
13
13
  const SortingSchema = z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "A contract library for Remnawave",
5
5
  "main": "index.js",
6
6
  "scripts": {