@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.
|
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.
|
18
|
+
message: "You can't change status to LIMITED or EXPIRED. These statuses handled by Remnawave.",
|
19
19
|
}),
|
20
20
|
})
|
21
21
|
.optional(),
|