@remnawave/backend-contract
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -12,3 +12,3 @@ "use strict"; | ||
CreateHostCommand.url = api_1.REST_API.HOSTS.CREATE; | ||
CreateHostCommand.RequestSchema = models_1.HostsSchema.pick({}).extend({ | ||
CreateHostCommand.RequestSchema = zod_1.z.object({ | ||
inboundUuid: zod_1.z | ||
@@ -15,0 +15,0 @@ .string({ |
@@ -10,3 +10,3 @@ import { z } from 'zod'; | ||
export const RequestSchema = HostsSchema.pick({}).extend({ | ||
export const RequestSchema = z.object({ | ||
inboundUuid: z | ||
@@ -13,0 +13,0 @@ .string({ |
{ | ||
"name": "@remnawave/backend-contract", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "A contract library for Remnawave", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
139895