@remnawave/backend-contract
Advanced tools
Comparing version 0.0.82 to 0.0.83
@@ -20,2 +20,3 @@ import { z } from 'zod'; | ||
description: z.ZodOptional<z.ZodString>; | ||
activateAllInbounds: z.ZodDefault<z.ZodBoolean>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -26,2 +27,3 @@ username: string; | ||
expireAt: Date; | ||
activateAllInbounds: boolean; | ||
createdAt?: Date | undefined; | ||
@@ -52,2 +54,3 @@ trafficLimitBytes?: number | undefined; | ||
activeUserInbounds?: string[] | undefined; | ||
activateAllInbounds?: boolean | undefined; | ||
}>; | ||
@@ -54,0 +57,0 @@ type Request = z.infer<typeof RequestSchema>; |
@@ -108,2 +108,3 @@ "use strict"; | ||
description: zod_1.z.string().optional(), | ||
activateAllInbounds: zod_1.z.boolean().default(false), | ||
}); | ||
@@ -110,0 +111,0 @@ CreateUserCommand.ResponseSchema = zod_1.z.object({ |
@@ -307,3 +307,8 @@ export declare const ERRORS: { | ||
}; | ||
readonly GET_ALL_INBOUNDS_ERROR: { | ||
readonly code: "A058"; | ||
readonly message: "Get all inbounds error"; | ||
readonly httpCode: 500; | ||
}; | ||
}; | ||
//# sourceMappingURL=errors.d.ts.map |
@@ -286,2 +286,7 @@ "use strict"; | ||
}, | ||
GET_ALL_INBOUNDS_ERROR: { | ||
code: 'A058', | ||
message: 'Get all inbounds error', | ||
httpCode: 500, | ||
}, | ||
}; |
@@ -108,2 +108,3 @@ "use strict"; | ||
description: zod_1.z.string().optional(), | ||
activateAllInbounds: zod_1.z.boolean().default(false), | ||
}); | ||
@@ -110,0 +111,0 @@ CreateUserCommand.ResponseSchema = zod_1.z.object({ |
@@ -286,2 +286,7 @@ "use strict"; | ||
}, | ||
GET_ALL_INBOUNDS_ERROR: { | ||
code: 'A058', | ||
message: 'Get all inbounds error', | ||
httpCode: 500, | ||
}, | ||
}; |
{ | ||
"name": "@remnawave/backend-contract", | ||
"version": "0.0.82", | ||
"version": "0.0.83", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
448733
10536