@remnawave/backend-contract 2.1.11 → 2.1.12

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.
@@ -15,7 +15,7 @@ var UpdateUserCommand;
15
15
  status: zod_1.z
16
16
  .enum([constants_1.USERS_STATUS.ACTIVE, constants_1.USERS_STATUS.DISABLED], {
17
17
  errorMap: () => ({
18
- message: "You can't change status to LIMITED or EXPIRED. This statuses handled by Remnawave.",
18
+ message: "You can't change status to LIMITED or EXPIRED. These statuses handled by Remnawave.",
19
19
  }),
20
20
  })
21
21
  .optional(),
@@ -15,7 +15,7 @@ var UpdateUserCommand;
15
15
  status: zod_1.z
16
16
  .enum([constants_1.USERS_STATUS.ACTIVE, constants_1.USERS_STATUS.DISABLED], {
17
17
  errorMap: () => ({
18
- message: "You can't change status to LIMITED or EXPIRED. This statuses handled by Remnawave.",
18
+ message: "You can't change status to LIMITED or EXPIRED. These statuses handled by Remnawave.",
19
19
  }),
20
20
  })
21
21
  .optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "public": true,
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",