@coursebuilder/core
Version:
Core package for Course Builder
30 lines (28 loc) • 664 B
JavaScript
import {
z
} from "./chunk-JLNB6NRA.js";
// src/inngest/video-processing/events/event-video-mux-webhook.ts
var MUX_WEBHOOK_EVENT = "mux/web-hook-event";
var MuxWebhookEventSchema = z.object({
type: z.string(),
request_id: z.string().nullable(),
object: z.object({
type: z.string(),
id: z.string()
}),
id: z.string(),
environment: z.object({
name: z.string(),
id: z.string()
}),
data: z.any(),
created_at: z.string(),
attempts: z.array(z.any()),
accessor_source: z.string().nullable(),
accessor: z.string().nullable()
});
export {
MUX_WEBHOOK_EVENT,
MuxWebhookEventSchema
};
//# sourceMappingURL=chunk-VDY4BWB4.js.map