diff --git a/frontend/src/generated/types.ts b/frontend/src/generated/types.ts index c9070e73c..673885115 100644 --- a/frontend/src/generated/types.ts +++ b/frontend/src/generated/types.ts @@ -3,6 +3,7 @@ export type GeoKind = string; export type OnlineAPISupport = number; export type ProcessState = string; export type Protocol = string; +export type addrFamily = number; export type staticEgressResolver = string; export type trafficLocalApplyAction = number; export type transportBits = number; diff --git a/frontend/src/generated/zod.ts b/frontend/src/generated/zod.ts index e04f3a14a..23c089f74 100644 --- a/frontend/src/generated/zod.ts +++ b/frontend/src/generated/zod.ts @@ -12,6 +12,9 @@ export type ProcessState = z.infer; export const ProtocolSchema = z.string(); export type Protocol = z.infer; +export const addrFamilySchema = z.number().int(); +export type addrFamily = z.infer; + export const staticEgressResolverSchema = z.string(); export type staticEgressResolver = z.infer;