import * as z from "zod/mini"; export declare const TRAFFIC_TELEMETRY_RPC_METHOD = "traffic.telemetry"; export type TrafficTelemetryRpcMethod = typeof TRAFFIC_TELEMETRY_RPC_METHOD; export declare const trafficTelemetryRpcParamsSchema: z.ZodMiniObject<{ envelope: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"widget_event">; event: z.ZodMiniObject<{ type: z.ZodMiniString; timestamp: z.ZodMiniNumber; apiKey: z.ZodMiniString; debug: z.ZodMiniBoolean; identities: z.ZodMiniArray, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>; context: z.ZodMiniObject<{ page: z.ZodMiniObject<{ path: z.ZodMiniOptional, z.ZodMiniNull]>>; referrer: z.ZodMiniOptional, z.ZodMiniNull]>>; search: z.ZodMiniOptional, z.ZodMiniNull]>>; origin: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>; widgetVersion: z.ZodMiniString; clientMeta: z.ZodMiniOptional; clientName: z.ZodMiniOptional>; clientVersion: z.ZodMiniOptional>; protocolCapabilities: z.ZodMiniOptional>>; integrator: z.ZodMiniOptional>; version: z.ZodMiniOptional>; }, z.core.$strip>>; transport: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; }, z.core.$strip>>; notes: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>; properties: z.ZodMiniOptional, z.ZodMiniUnknown>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"server_event">; event: z.ZodMiniObject<{ type: z.ZodMiniString; timestamp: z.ZodMiniNumber; source: z.ZodMiniObject<{ runtime: z.ZodMiniEnum<{ core: "core"; tooling: "tooling"; web: "web"; worker: "worker"; }>; subsystem: z.ZodMiniEnum<{ access_control: "access_control"; agent_runner: "agent_runner"; analytics_delivery_cron: "analytics_delivery_cron"; atlas: "atlas"; background_migration: "background_migration"; ci_runner: "ci_runner"; crm_activity: "crm_activity"; delivery: "delivery"; dispatch_cron: "dispatch_cron"; flow_assignment: "flow_assignment"; identity_cron: "identity_cron"; identity_generation: "identity_generation"; revocation: "revocation"; segment_ingest: "segment_ingest"; server_runtime: "server_runtime"; }>; environment: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>; project: z.ZodMiniOptional, z.ZodMiniNull]>>; organizationId: z.ZodMiniOptional, z.ZodMiniNull]>>; integrationId: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>>; trace: z.ZodMiniOptional, z.ZodMiniNull]>>; requestId: z.ZodMiniOptional, z.ZodMiniNull]>>; jobKey: z.ZodMiniOptional, z.ZodMiniNull]>>; lockId: z.ZodMiniOptional, z.ZodMiniNull]>>; processInstanceId: z.ZodMiniOptional, z.ZodMiniNull]>>; signalId: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>>; dimensions: z.ZodMiniOptional, z.ZodMiniUnion, z.ZodMiniNumber, z.ZodMiniBoolean, z.ZodMiniNull]>>>; metrics: z.ZodMiniOptional, z.ZodMiniNumber>>; diagnostics: z.ZodMiniOptional, z.ZodMiniUnknown>>; truncation: z.ZodMiniOptional; clippedDiagnosticsKeys: z.ZodMiniOptional>>; droppedDiagnosticsKeys: z.ZodMiniOptional>>; finalEncodedLength: z.ZodMiniNumber; originalEncodedLength: z.ZodMiniNumber; stage: z.ZodMiniEnum<{ diagnostics_clipped: "diagnostics_clipped"; diagnostics_removed: "diagnostics_removed"; minimal: "minimal"; }>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"error">; event: z.ZodMiniObject<{ id: z.ZodMiniString; name: z.ZodMiniString; message: z.ZodMiniString; stack: z.ZodMiniOptional>; category: z.ZodMiniEnum<{ HOST: "HOST"; INTERNAL: "INTERNAL"; INVALID_USAGE: "INVALID_USAGE"; }>; timestamp: z.ZodMiniNumber; probability: z.ZodMiniOptional>; context: z.ZodMiniObject<{ widgetVersion: z.ZodMiniString; clientMeta: z.ZodMiniOptional; clientName: z.ZodMiniOptional>; clientVersion: z.ZodMiniOptional>; protocolCapabilities: z.ZodMiniOptional>>; integrator: z.ZodMiniOptional>; version: z.ZodMiniOptional>; }, z.core.$strip>>; transport: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; }, z.core.$strip>>; notes: z.ZodMiniOptional>; }, z.core.$strip>>; debug: z.ZodMiniOptional>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>], "kind">; }, z.core.$strip>; export type TrafficTelemetryRpcParams = z.output; export declare const trafficTelemetryRpcResultSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ allowed: z.ZodMiniLiteral; envelope: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"widget_event">; event: z.ZodMiniObject<{ type: z.ZodMiniString; timestamp: z.ZodMiniNumber; apiKey: z.ZodMiniString; debug: z.ZodMiniBoolean; identities: z.ZodMiniArray, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>; context: z.ZodMiniObject<{ page: z.ZodMiniObject<{ path: z.ZodMiniOptional, z.ZodMiniNull]>>; referrer: z.ZodMiniOptional, z.ZodMiniNull]>>; search: z.ZodMiniOptional, z.ZodMiniNull]>>; origin: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>; widgetVersion: z.ZodMiniString; clientMeta: z.ZodMiniOptional; clientName: z.ZodMiniOptional>; clientVersion: z.ZodMiniOptional>; protocolCapabilities: z.ZodMiniOptional>>; integrator: z.ZodMiniOptional>; version: z.ZodMiniOptional>; }, z.core.$strip>>; transport: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; }, z.core.$strip>>; notes: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>; properties: z.ZodMiniOptional, z.ZodMiniUnknown>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"server_event">; event: z.ZodMiniObject<{ type: z.ZodMiniString; timestamp: z.ZodMiniNumber; source: z.ZodMiniObject<{ runtime: z.ZodMiniEnum<{ core: "core"; tooling: "tooling"; web: "web"; worker: "worker"; }>; subsystem: z.ZodMiniEnum<{ access_control: "access_control"; agent_runner: "agent_runner"; analytics_delivery_cron: "analytics_delivery_cron"; atlas: "atlas"; background_migration: "background_migration"; ci_runner: "ci_runner"; crm_activity: "crm_activity"; delivery: "delivery"; dispatch_cron: "dispatch_cron"; flow_assignment: "flow_assignment"; identity_cron: "identity_cron"; identity_generation: "identity_generation"; revocation: "revocation"; segment_ingest: "segment_ingest"; server_runtime: "server_runtime"; }>; environment: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>; project: z.ZodMiniOptional, z.ZodMiniNull]>>; organizationId: z.ZodMiniOptional, z.ZodMiniNull]>>; integrationId: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>>; trace: z.ZodMiniOptional, z.ZodMiniNull]>>; requestId: z.ZodMiniOptional, z.ZodMiniNull]>>; jobKey: z.ZodMiniOptional, z.ZodMiniNull]>>; lockId: z.ZodMiniOptional, z.ZodMiniNull]>>; processInstanceId: z.ZodMiniOptional, z.ZodMiniNull]>>; signalId: z.ZodMiniOptional, z.ZodMiniNull]>>; }, z.core.$strip>>; dimensions: z.ZodMiniOptional, z.ZodMiniUnion, z.ZodMiniNumber, z.ZodMiniBoolean, z.ZodMiniNull]>>>; metrics: z.ZodMiniOptional, z.ZodMiniNumber>>; diagnostics: z.ZodMiniOptional, z.ZodMiniUnknown>>; truncation: z.ZodMiniOptional; clippedDiagnosticsKeys: z.ZodMiniOptional>>; droppedDiagnosticsKeys: z.ZodMiniOptional>>; finalEncodedLength: z.ZodMiniNumber; originalEncodedLength: z.ZodMiniNumber; stage: z.ZodMiniEnum<{ diagnostics_clipped: "diagnostics_clipped"; diagnostics_removed: "diagnostics_removed"; minimal: "minimal"; }>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ kind: z.ZodMiniLiteral<"error">; event: z.ZodMiniObject<{ id: z.ZodMiniString; name: z.ZodMiniString; message: z.ZodMiniString; stack: z.ZodMiniOptional>; category: z.ZodMiniEnum<{ HOST: "HOST"; INTERNAL: "INTERNAL"; INVALID_USAGE: "INVALID_USAGE"; }>; timestamp: z.ZodMiniNumber; probability: z.ZodMiniOptional>; context: z.ZodMiniObject<{ widgetVersion: z.ZodMiniString; clientMeta: z.ZodMiniOptional; clientName: z.ZodMiniOptional>; clientVersion: z.ZodMiniOptional>; protocolCapabilities: z.ZodMiniOptional>>; integrator: z.ZodMiniOptional>; version: z.ZodMiniOptional>; }, z.core.$strip>>; transport: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; runtime: z.ZodMiniOptional>; }, z.core.$strip>>; notes: z.ZodMiniOptional>; }, z.core.$strip>>; debug: z.ZodMiniOptional>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>], "kind">; }, z.core.$strip>, z.ZodMiniObject<{ allowed: z.ZodMiniLiteral; }, z.core.$strip>], "allowed">; export type TrafficTelemetryRpcResult = z.output; export declare const TRAFFIC_APP_EVENT_RPC_METHOD = "traffic.appEvent"; export type TrafficAppEventRpcMethod = typeof TRAFFIC_APP_EVENT_RPC_METHOD; export declare const trafficAppEventRpcParamsSchema: z.ZodMiniObject<{ instanceId: z.ZodMiniString; payload: z.ZodMiniUnion, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; messageId: z.ZodMiniOptional>; timestamp: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; type: z.ZodMiniOptional>; event: z.ZodMiniEnum<{ "Flow Dismissed": "Flow Dismissed"; "Flow Viewed": "Flow Viewed"; }>; eventSchema: z.ZodMiniOptional; eventSchemaVersion: z.ZodMiniOptional; references: z.ZodMiniObject<{ surveyId: z.ZodMiniString; }, z.core.$strip>; properties: z.ZodMiniOptional, z.ZodMiniTransform>; }, z.core.$strict>>; }, z.core.$strip>, z.ZodMiniTransform | undefined; identities?: { type: "anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId"; value: string; }[] | undefined; context?: { page?: { path?: string | undefined; referrer?: string | undefined; search?: string | undefined; } | undefined; locale?: string | undefined; userAgent?: string | undefined; externalIds?: { id: string; type: string; collection: "users"; encoding: "none"; }[] | undefined; flags?: { key: string; target?: string | undefined; value: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null; variant?: string | undefined; origin?: "api" | "provider_sync" | "runtime_config" | "trigger_context" | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; status?: string | undefined; reason?: string | undefined; evaluatedAt?: string | undefined; }[] | undefined; capabilities?: { key: string; source?: string | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; }[] | undefined; } | undefined; messageId?: string | undefined; timestamp?: number | undefined; origin?: "system" | undefined; type?: "track" | undefined; event: "Flow Dismissed" | "Flow Viewed"; eventSchema?: undefined; eventSchemaVersion?: undefined; references: { surveyId: string; }; properties?: { gx_flow_run_id: string; } | undefined; }, "origin"> & { origin: "system"; }, { traits?: Record | undefined; identities?: { type: "anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId"; value: string; }[] | undefined; context?: { page?: { path?: string | undefined; referrer?: string | undefined; search?: string | undefined; } | undefined; locale?: string | undefined; userAgent?: string | undefined; externalIds?: { id: string; type: string; collection: "users"; encoding: "none"; }[] | undefined; flags?: { key: string; target?: string | undefined; value: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null; variant?: string | undefined; origin?: "api" | "provider_sync" | "runtime_config" | "trigger_context" | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; status?: string | undefined; reason?: string | undefined; evaluatedAt?: string | undefined; }[] | undefined; capabilities?: { key: string; source?: string | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; }[] | undefined; } | undefined; messageId?: string | undefined; timestamp?: number | undefined; origin?: "system" | undefined; type?: "track" | undefined; event: "Flow Dismissed" | "Flow Viewed"; eventSchema?: undefined; eventSchemaVersion?: undefined; references: { surveyId: string; }; properties?: { gx_flow_run_id: string; } | undefined; }>>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Action Succeeded">; eventSchema: z.ZodMiniLiteral<"gx_flow_action_succeeded">; eventSchemaVersion: z.ZodMiniLiteral<1>; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniLiteral<1>; gx_flow_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_number: z.ZodMiniNumber; gx_flow_run_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_surface: z.ZodMiniEnum<{ web_page: "web_page"; widget: "widget"; }>; gx_action_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_action_invocation_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_action_key: z.ZodMiniPipe, z.ZodMiniTransform>; gx_action_version: z.ZodMiniNumber; gx_action_kind: z.ZodMiniEnum<{ "navigation-action": "navigation-action"; "remote-action": "remote-action"; "runtime-action": "runtime-action"; }>; }, z.core.$catchall>>>>; }, z.core.$strip>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Action Succeeded">; eventSchema: z.ZodMiniLiteral<"gx_flow_action_succeeded">; eventSchemaVersion: z.ZodMiniNumber; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniNumber; }, z.core.$catchall>>>>; }, z.core.$strip>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Viewed">; eventSchema: z.ZodMiniLiteral<"gx_flow_viewed">; eventSchemaVersion: z.ZodMiniLiteral<1>; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_number: z.ZodMiniNumber; gx_flow_run_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_surface: z.ZodMiniEnum<{ web_page: "web_page"; widget: "widget"; }>; gx_event_schema: z.ZodMiniLiteral<"gx_flow_viewed">; gx_event_schema_version: z.ZodMiniLiteral<1>; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Viewed">; eventSchema: z.ZodMiniLiteral<"gx_flow_viewed">; eventSchemaVersion: z.ZodMiniNumber; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniNumber; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Dismissed">; eventSchema: z.ZodMiniLiteral<"gx_flow_dismissed">; eventSchemaVersion: z.ZodMiniLiteral<1>; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_number: z.ZodMiniNumber; gx_flow_run_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_surface: z.ZodMiniEnum<{ web_page: "web_page"; widget: "widget"; }>; gx_event_schema: z.ZodMiniLiteral<"gx_flow_dismissed">; gx_event_schema_version: z.ZodMiniLiteral<1>; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Dismissed">; eventSchema: z.ZodMiniLiteral<"gx_flow_dismissed">; eventSchemaVersion: z.ZodMiniNumber; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniNumber; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; messageId: z.ZodMiniOptional>; timestamp: z.ZodMiniOptional>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniEnum<{ "Flow Dismissed": "Flow Dismissed"; "Flow Viewed": "Flow Viewed"; }>; eventSchema: z.ZodMiniOptional; eventSchemaVersion: z.ZodMiniOptional; references: z.ZodMiniObject<{ surveyId: z.ZodMiniString; }, z.core.$strip>; properties: z.ZodMiniOptional, z.ZodMiniTransform>; }, z.core.$strict>>; }, z.core.$strip>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; messageId: z.ZodMiniOptional>; timestamp: z.ZodMiniOptional>; origin: z.ZodMiniLiteral<"customer">; event: z.ZodMiniString; properties: z.ZodMiniOptional, z.ZodMiniType>>>>; type: z.ZodMiniOptional>; }, z.core.$strip>], "origin">]>; }, z.core.$strip>; export type TrafficAppEventRpcParams = z.output; export declare const trafficAppEventRpcResultSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ allowed: z.ZodMiniLiteral; payload: z.ZodMiniUnion, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; messageId: z.ZodMiniOptional>; timestamp: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; type: z.ZodMiniOptional>; event: z.ZodMiniEnum<{ "Flow Dismissed": "Flow Dismissed"; "Flow Viewed": "Flow Viewed"; }>; eventSchema: z.ZodMiniOptional; eventSchemaVersion: z.ZodMiniOptional; references: z.ZodMiniObject<{ surveyId: z.ZodMiniString; }, z.core.$strip>; properties: z.ZodMiniOptional, z.ZodMiniTransform>; }, z.core.$strict>>; }, z.core.$strip>, z.ZodMiniTransform | undefined; identities?: { type: "anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId"; value: string; }[] | undefined; context?: { page?: { path?: string | undefined; referrer?: string | undefined; search?: string | undefined; } | undefined; locale?: string | undefined; userAgent?: string | undefined; externalIds?: { id: string; type: string; collection: "users"; encoding: "none"; }[] | undefined; flags?: { key: string; target?: string | undefined; value: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null; variant?: string | undefined; origin?: "api" | "provider_sync" | "runtime_config" | "trigger_context" | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; status?: string | undefined; reason?: string | undefined; evaluatedAt?: string | undefined; }[] | undefined; capabilities?: { key: string; source?: string | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; }[] | undefined; } | undefined; messageId?: string | undefined; timestamp?: number | undefined; origin?: "system" | undefined; type?: "track" | undefined; event: "Flow Dismissed" | "Flow Viewed"; eventSchema?: undefined; eventSchemaVersion?: undefined; references: { surveyId: string; }; properties?: { gx_flow_run_id: string; } | undefined; }, "origin"> & { origin: "system"; }, { traits?: Record | undefined; identities?: { type: "anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId"; value: string; }[] | undefined; context?: { page?: { path?: string | undefined; referrer?: string | undefined; search?: string | undefined; } | undefined; locale?: string | undefined; userAgent?: string | undefined; externalIds?: { id: string; type: string; collection: "users"; encoding: "none"; }[] | undefined; flags?: { key: string; target?: string | undefined; value: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null)[] | { [key: string]: string | number | boolean | any | any | null; } | null; variant?: string | undefined; origin?: "api" | "provider_sync" | "runtime_config" | "trigger_context" | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; status?: string | undefined; reason?: string | undefined; evaluatedAt?: string | undefined; }[] | undefined; capabilities?: { key: string; source?: string | undefined; provider?: { name: string; project?: string | undefined; environment?: string | undefined; } | undefined; }[] | undefined; } | undefined; messageId?: string | undefined; timestamp?: number | undefined; origin?: "system" | undefined; type?: "track" | undefined; event: "Flow Dismissed" | "Flow Viewed"; eventSchema?: undefined; eventSchemaVersion?: undefined; references: { surveyId: string; }; properties?: { gx_flow_run_id: string; } | undefined; }>>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Action Succeeded">; eventSchema: z.ZodMiniLiteral<"gx_flow_action_succeeded">; eventSchemaVersion: z.ZodMiniLiteral<1>; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniLiteral<1>; gx_flow_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_number: z.ZodMiniNumber; gx_flow_run_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_surface: z.ZodMiniEnum<{ web_page: "web_page"; widget: "widget"; }>; gx_action_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_action_invocation_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_action_key: z.ZodMiniPipe, z.ZodMiniTransform>; gx_action_version: z.ZodMiniNumber; gx_action_kind: z.ZodMiniEnum<{ "navigation-action": "navigation-action"; "remote-action": "remote-action"; "runtime-action": "runtime-action"; }>; }, z.core.$catchall>>>>; }, z.core.$strip>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Action Succeeded">; eventSchema: z.ZodMiniLiteral<"gx_flow_action_succeeded">; eventSchemaVersion: z.ZodMiniNumber; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniNumber; }, z.core.$catchall>>>>; }, z.core.$strip>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Viewed">; eventSchema: z.ZodMiniLiteral<"gx_flow_viewed">; eventSchemaVersion: z.ZodMiniLiteral<1>; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_number: z.ZodMiniNumber; gx_flow_run_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_surface: z.ZodMiniEnum<{ web_page: "web_page"; widget: "widget"; }>; gx_event_schema: z.ZodMiniLiteral<"gx_flow_viewed">; gx_event_schema_version: z.ZodMiniLiteral<1>; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Viewed">; eventSchema: z.ZodMiniLiteral<"gx_flow_viewed">; eventSchemaVersion: z.ZodMiniNumber; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniNumber; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Dismissed">; eventSchema: z.ZodMiniLiteral<"gx_flow_dismissed">; eventSchemaVersion: z.ZodMiniLiteral<1>; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_version_number: z.ZodMiniNumber; gx_flow_run_id: z.ZodMiniPipe, z.ZodMiniTransform>; gx_flow_surface: z.ZodMiniEnum<{ web_page: "web_page"; widget: "widget"; }>; gx_event_schema: z.ZodMiniLiteral<"gx_flow_dismissed">; gx_event_schema_version: z.ZodMiniLiteral<1>; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniLiteral<"Flow Dismissed">; eventSchema: z.ZodMiniLiteral<"gx_flow_dismissed">; eventSchemaVersion: z.ZodMiniNumber; messageId: z.ZodMiniString; timestamp: z.ZodMiniNumber; properties: z.ZodMiniPipe; gx_event_schema_version: z.ZodMiniNumber; }, z.core.$catchall>>>>; }, z.core.$strict>, z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; messageId: z.ZodMiniOptional>; timestamp: z.ZodMiniOptional>; origin: z.ZodMiniLiteral<"system">; type: z.ZodMiniOptional>; event: z.ZodMiniEnum<{ "Flow Dismissed": "Flow Dismissed"; "Flow Viewed": "Flow Viewed"; }>; eventSchema: z.ZodMiniOptional; eventSchemaVersion: z.ZodMiniOptional; references: z.ZodMiniObject<{ surveyId: z.ZodMiniString; }, z.core.$strip>; properties: z.ZodMiniOptional, z.ZodMiniTransform>; }, z.core.$strict>>; }, z.core.$strip>, z.ZodMiniObject<{ traits: z.ZodMiniOptional, z.ZodMiniUnknown>>; identities: z.ZodMiniOptional, z.ZodMiniTransform<"anonymousId" | "context.device.advertisingId" | "context.device.id" | "context.device.token" | "traits.email" | "traits.phone" | "userId", string>>; value: z.ZodMiniString; }, z.core.$strip>>>; context: z.ZodMiniOptional>; referrer: z.ZodMiniOptional>; search: z.ZodMiniOptional>; }, z.core.$strip>>; locale: z.ZodMiniOptional>; userAgent: z.ZodMiniOptional>; externalIds: z.ZodMiniOptional, z.ZodMiniTransform>; type: z.ZodMiniString; collection: z.ZodMiniLiteral<"users">; encoding: z.ZodMiniLiteral<"none">; }, z.core.$strip>>>; flags: z.ZodMiniOptional; target: z.ZodMiniOptional>; value: z.ZodMiniType>; variant: z.ZodMiniOptional>; origin: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; status: z.ZodMiniOptional>; reason: z.ZodMiniOptional>; evaluatedAt: z.ZodMiniOptional>; }, z.core.$strip>>>; capabilities: z.ZodMiniOptional; source: z.ZodMiniOptional>; provider: z.ZodMiniOptional; project: z.ZodMiniOptional>; environment: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; messageId: z.ZodMiniOptional>; timestamp: z.ZodMiniOptional>; origin: z.ZodMiniLiteral<"customer">; event: z.ZodMiniString; properties: z.ZodMiniOptional, z.ZodMiniType>>>>; type: z.ZodMiniOptional>; }, z.core.$strip>], "origin">]>; }, z.core.$strip>, z.ZodMiniObject<{ allowed: z.ZodMiniLiteral; }, z.core.$strip>], "allowed">; export type TrafficAppEventRpcResult = z.output; export interface TrafficTelemetryRpcContract { method: TrafficTelemetryRpcMethod; params: TrafficTelemetryRpcParams; result: TrafficTelemetryRpcResult; } export interface TrafficAppEventRpcContract { method: TrafficAppEventRpcMethod; params: TrafficAppEventRpcParams; result: TrafficAppEventRpcResult; } //# sourceMappingURL=traffic-rpc.d.ts.map