import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest = { /** * Name of the assignment source */ name: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; assignmentSourceQueryUpdateDto: components.AssignmentSourceQueryUpdateDto; }; /** * Post Assignment Source response */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.AssignmentSourceContractDto; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$Outbound = { name: string; "x-respect-review-settings"?: string | undefined; AssignmentSourceQueryUpdateDto: components.AssignmentSourceQueryUpdateDto$Outbound; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryRequest$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$Outbound = { message: string; data: components.AssignmentSourceContractDto$Outbound; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceQueryResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergenupdateassignmentsourcequery.d.ts.map