Variable SyncEventSourcesSuccessSchemaConst
SyncEventSourcesSuccessSchema: ZodObject<
{
event_sources: ZodArray<
ZodObject<
{
event_source_id: ZodString;
name: ZodOptional<ZodNullable<ZodString>>;
seller_id: ZodOptional<ZodNullable<ZodString>>;
event_types: ZodOptional<
ZodNullable<
ZodArray<
ZodUnion<
readonly [
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
],
>,
>,
>,
>;
action_source: ZodOptional<
ZodNullable<
ZodUnion<
readonly [
ZodLiteral<"website">,
ZodLiteral<"app">,
ZodLiteral<"offline">,
ZodLiteral<"phone_call">,
ZodLiteral<"chat">,
ZodLiteral<"email">,
ZodLiteral<"in_store">,
ZodLiteral<"system_generated">,
ZodLiteral<"other">,
],
>,
>,
>;
managed_by: ZodOptional<
ZodNullable<
ZodUnion<readonly [ZodLiteral<"buyer">, ZodLiteral<"seller">]>,
>,
>;
setup: ZodOptional<
ZodNullable<
ZodObject<
{
snippet: ZodOptional<ZodNullable<(...)>>;
snippet_type: ZodOptional<ZodNullable<(...)>>;
instructions: ZodOptional<ZodNullable<(...)>>;
},
$loose,
>,
>,
>;
action: ZodUnion<
readonly [
ZodLiteral<"created">,
ZodLiteral<"updated">,
ZodLiteral<"unchanged">,
ZodLiteral<"deleted">,
ZodLiteral<"failed">,
],
>;
health: ZodOptional<
ZodNullable<
ZodObject<
{
status: ZodUnion<readonly [(...), (...), (...), (...)]>;
detail: ZodOptional<ZodNullable<(...)>>;
match_rate: ZodOptional<ZodNullable<(...)>>;
last_event_at: ZodOptional<ZodNullable<(...)>>;
evaluated_at: ZodOptional<ZodNullable<(...)>>;
events_received_24h: ZodOptional<ZodNullable<(...)>>;
issues: ZodOptional<ZodNullable<(...)>>;
},
$loose,
>,
>,
>;
errors: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
},
$loose,
>,
>;
sandbox: ZodOptional<ZodNullable<ZodBoolean>>;
context: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
},
$loose,
> = ...