File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ export namespace CreateNodeCommand {
88 export const TSQ_url = url ;
99
1010 export const RequestSchema = z . object ( {
11- name : z . string ( ) . min ( 5 , 'Name is required ' ) ,
12- address : z . string ( ) . min ( 2 , 'Address is required ' ) ,
11+ name : z . string ( ) . min ( 5 , 'Minimum 5 characters! ' ) ,
12+ address : z . string ( ) . min ( 2 , 'Minimum 2 characters! ' ) ,
1313 port : z . number ( ) . int ( ) . min ( 1 , 'Port is required' ) . optional ( ) ,
1414 isTrafficTrackingActive : z . boolean ( ) . optional ( ) . default ( false ) ,
1515 trafficLimitBytes : z . optional (
Original file line number Diff line number Diff line change 11{
22 "name" : " @remnawave/backend-contract" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
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." ,
You can’t perform that action at this time.
0 commit comments