import * as z from "zod"; import { ScheduleLayerV2, ScheduleLayerV2$Outbound } from "./schedulelayerv2.js"; import { ScheduleRotationHandoverV2, ScheduleRotationHandoverV2$Outbound } from "./schedulerotationhandoverv2.js"; import { ScheduleRotationWorkingIntervalUpdatePayloadV2, ScheduleRotationWorkingIntervalUpdatePayloadV2$Outbound } from "./schedulerotationworkingintervalupdatepayloadv2.js"; import { UserReferencePayloadV1, UserReferencePayloadV1$Outbound } from "./userreferencepayloadv1.js"; export type ScheduleRotationUpdatePayloadV2 = { effectiveFrom?: Date | undefined; handoverStartAt?: Date | undefined; handovers?: Array | undefined; /** * Unique identifier of the rotation */ id?: string | undefined; layers?: Array | undefined; /** * Name of the rotation */ name?: string | undefined; users?: Array | undefined; workingInterval?: Array | undefined; }; /** @internal */ export declare const ScheduleRotationUpdatePayloadV2$inboundSchema: z.ZodType; /** @internal */ export type ScheduleRotationUpdatePayloadV2$Outbound = { effective_from?: string | undefined; handover_start_at?: string | undefined; handovers?: Array | undefined; id?: string | undefined; layers?: Array | undefined; name?: string | undefined; users?: Array | undefined; working_interval?: Array | undefined; }; /** @internal */ export declare const ScheduleRotationUpdatePayloadV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ScheduleRotationUpdatePayloadV2$ { /** @deprecated use `ScheduleRotationUpdatePayloadV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ScheduleRotationUpdatePayloadV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ScheduleRotationUpdatePayloadV2$Outbound` instead. */ type Outbound = ScheduleRotationUpdatePayloadV2$Outbound; } //# sourceMappingURL=schedulerotationupdatepayloadv2.d.ts.map