fix(adguard-integration): parse error with protection_disabled_duration field (#4018)
This commit is contained in:
@@ -23,7 +23,6 @@ export const statusResponseSchema = z.object({
|
|||||||
dns_addresses: z.array(z.string()),
|
dns_addresses: z.array(z.string()),
|
||||||
dns_port: z.number().positive(),
|
dns_port: z.number().positive(),
|
||||||
http_port: z.number().positive(),
|
http_port: z.number().positive(),
|
||||||
protection_disabled_duration: z.number(),
|
|
||||||
protection_enabled: z.boolean(),
|
protection_enabled: z.boolean(),
|
||||||
dhcp_available: z.boolean(),
|
dhcp_available: z.boolean(),
|
||||||
running: z.boolean(),
|
running: z.boolean(),
|
||||||
|
|||||||
Reference in New Issue
Block a user