UNPKG

@vercel/sdk

Version:

<p align="center"> <a href="https://vercel.com"> <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96"> <h3 align="center">Vercel</h3> </a> <p align="center">Develop. Preview. Ship.</p> </p>

1,519 lines 93.9 kB
import * as z from "zod/v3";
import { ClosedEnum } from "../types/enums.js";
import { Result as SafeParseResult } from "../types/fp.js";
import { GetDeploymentGitSource10, GetDeploymentGitSource11, GetDeploymentGitSource12, GetDeploymentGitSource13, GetDeploymentGitSource14, GetDeploymentGitSource15, GetDeploymentGitSource16, GetDeploymentGitSource17, GetDeploymentGitSource18, GetDeploymentGitSource19, GetDeploymentGitSource6, GetDeploymentGitSource7, GetDeploymentGitSource8, GetDeploymentGitSource9, GetDeploymentGitSourceDeploymentsResponse200Type } from "./getdeploymentgitsourcedeploymentsresponse200type.js";
import { SDKValidationError } from "./sdkvalidationerror.js";
export type GetDeploymentGitSourceRepoId = string | number;
export type GetDeploymentGitSource5 = {
    type: GetDeploymentGitSourceDeploymentsResponse200Type;
    repoId: string | number;
    ref?: string | null | undefined;
    sha?: string | undefined;
    prId?: number | null | undefined;
};
export declare const GetDeploymentGitSourceDeploymentsResponseType: {
    readonly GithubCustomHost: "github-custom-host";
};
export type GetDeploymentGitSourceDeploymentsResponseType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponseType>;
export type GetDeploymentGitSourceDeployments4 = {
    type: GetDeploymentGitSourceDeploymentsResponseType;
    host: string;
    org: string;
    repo: string;
    ref?: string | null | undefined;
    sha?: string | undefined;
    prId?: number | null | undefined;
};
export declare const GetDeploymentGitSourceDeploymentsType: {
    readonly GithubCustomHost: "github-custom-host";
};
export type GetDeploymentGitSourceDeploymentsType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsType>;
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId = string | number;
export type GetDeploymentGitSourceDeployments3 = {
    type: GetDeploymentGitSourceDeploymentsType;
    host: string;
    repoId: string | number;
    ref?: string | null | undefined;
    sha?: string | undefined;
    prId?: number | null | undefined;
};
export declare const GetDeploymentGitSourceType: {
    readonly Github: "github";
};
export type GetDeploymentGitSourceType = ClosedEnum<typeof GetDeploymentGitSourceType>;
export type GetDeploymentGitSourceDeployments2 = {
    type: GetDeploymentGitSourceType;
    org: string;
    repo: string;
    ref?: string | null | undefined;
    sha?: string | undefined;
    prId?: number | null | undefined;
};
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody21Type: {
    readonly Github: "github";
};
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody21Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody21Type>;
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId = string | number;
export type GetDeploymentGitSourceDeployments1 = {
    type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody21Type;
    repoId: string | number;
    ref?: string | null | undefined;
    sha?: string | undefined;
    prId?: number | null | undefined;
};
export type GetDeploymentResponseBodyGitSource = GetDeploymentGitSource19 | GetDeploymentGitSource14 | GetDeploymentGitSource17 | GetDeploymentGitSource18 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSource12 | GetDeploymentGitSource13 | GetDeploymentGitSource15 | GetDeploymentGitSource16 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSource6 | GetDeploymentGitSource9 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSource5 | GetDeploymentGitSource7 | GetDeploymentGitSource8 | GetDeploymentGitSource10 | GetDeploymentGitSource11;
/**
 * Current provisioning state
 */
export declare const GetDeploymentResponseBodyState: {
    readonly Complete: "COMPLETE";
    readonly Pending: "PENDING";
    readonly Timeout: "TIMEOUT";
};
/**
 * Current provisioning state
 */
export type GetDeploymentResponseBodyState = ClosedEnum<typeof GetDeploymentResponseBodyState>;
/**
 * Present when deployment was created with manual provisioning enabled, either explicitly or via the experimental BYOC git flow. The deployment stays in INITIALIZING until /continue is called.
 */
export type GetDeploymentResponseBodyManualProvisioning = {
    /**
     * Current provisioning state
     */
    state: GetDeploymentResponseBodyState;
    /**
     * Timestamp when manual provisioning completed
     */
    completedAt?: number | undefined;
};
/**
 * If set it overrides the `projectSettings.nodeVersion` for this deployment.
 */
export declare const GetDeploymentResponseBodyNodeVersion: {
    readonly TenDotX: "10.x";
    readonly TwelveDotX: "12.x";
    readonly FourteenDotX: "14.x";
    readonly SixteenDotX: "16.x";
    readonly EighteenDotX: "18.x";
    readonly TwentyDotX: "20.x";
    readonly TwentyTwoDotX: "22.x";
    readonly TwentyFourDotX: "24.x";
    readonly EightDot10DotX: "8.10.x";
};
/**
 * If set it overrides the `projectSettings.nodeVersion` for this deployment.
 */
export type GetDeploymentResponseBodyNodeVersion = ClosedEnum<typeof GetDeploymentResponseBodyNodeVersion>;
/**
 * The public project information associated with the deployment.
 */
export type ResponseBodyProject = {
    id: string;
    name: string;
    framework?: string | null | undefined;
};
/**
 * Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
 */
export declare const GetDeploymentResponseBodyReadySubstate: {
    readonly Promoted: "PROMOTED";
    readonly Rolling: "ROLLING";
    readonly Staged: "STAGED";
};
/**
 * Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
 */
export type GetDeploymentResponseBodyReadySubstate = ClosedEnum<typeof GetDeploymentResponseBodyReadySubstate>;
/**
 * Where was the deployment created from. Best-effort guess for metrics only — not authoritative; do not gate behavior on it.
 */
export declare const GetDeploymentResponseBodySource: {
    readonly ApiTriggerGitDeploy: "api-trigger-git-deploy";
    readonly Cli: "cli";
    readonly CloneRepo: "clone/repo";
    readonly Drop: "drop";
    readonly Git: "git";
    readonly GitDeployHook: "git-deploy-hook";
    readonly Import: "import";
    readonly ImportRepo: "import/repo";
    readonly Redeploy: "redeploy";
    readonly V0Web: "v0-web";
};
/**
 * Where was the deployment created from. Best-effort guess for metrics only — not authoritative; do not gate behavior on it.
 */
export type GetDeploymentResponseBodySource = ClosedEnum<typeof GetDeploymentResponseBodySource>;
export type GetDeploymentResponseBodyOidcTokenClaims = {
    iss: string;
    sub: string;
    scope: string;
    aud: string;
    owner: string;
    ownerId: string;
    project: string;
    projectId: string;
    environment: string;
    customEnvironmentId?: string | undefined;
    mfeGroupIds?: Array<string> | undefined;
    plan?: string | undefined;
};
export declare const GetDeploymentResponseBodyPlan: {
    readonly Enterprise: "enterprise";
    readonly Hobby: "hobby";
    readonly Pro: "pro";
};
export type GetDeploymentResponseBodyPlan = ClosedEnum<typeof GetDeploymentResponseBodyPlan>;
export type GetDeploymentResponseBodyCrons = {
    schedule: string;
    path: string;
};
export declare const GetDeploymentAtprotoKinds: {
    readonly Account: "account";
    readonly Commit: "commit";
    readonly Identity: "identity";
    readonly Sync: "sync";
};
export type GetDeploymentAtprotoKinds = ClosedEnum<typeof GetDeploymentAtprotoKinds>;
export type GetDeploymentAtprotoSubscription = {
    collections: Array<string>;
    dids?: Array<string> | undefined;
    kinds?: Array<GetDeploymentAtprotoKinds> | undefined;
    path: string;
};
export type GetDeploymentAtproto2 = {
    enabled: true;
    subscription: GetDeploymentAtprotoSubscription;
};
export type GetDeploymentAtproto1 = {
    enabled: false;
};
export type GetDeploymentResponseBodyAtproto = GetDeploymentAtproto2 | GetDeploymentAtproto1;
export declare const GetDeploymentResponseBodyArchitecture: {
    readonly Arm64: "arm64";
    readonly X8664: "x86_64";
};
export type GetDeploymentResponseBodyArchitecture = ClosedEnum<typeof GetDeploymentResponseBodyArchitecture>;
export declare const GetDeploymentMaxDuration2: {
    readonly Max: "max";
};
export type GetDeploymentMaxDuration2 = ClosedEnum<typeof GetDeploymentMaxDuration2>;
export type GetDeploymentResponseBodyMaxDuration = number | GetDeploymentMaxDuration2;
export declare const GetDeploymentResponseBodyMode: {
    readonly Strict: "strict";
};
export type GetDeploymentResponseBodyMode = ClosedEnum<typeof GetDeploymentResponseBodyMode>;
export type GetDeploymentResponseBodyAffinity = {
    mode: GetDeploymentResponseBodyMode;
};
export type GetDeploymentExperimentalTriggers3 = {
    /**
     * Event type - must be "schedule/v1beta" (REQUIRED)
     */
    type: "schedule/v1beta";
};
/**
 * Queue trigger input event for v2beta (from vercel.json config). Consumer name is implicitly derived from the function path. Only one trigger per function is allowed.
 */
export type GetDeploymentExperimentalTriggers2 = {
    /**
     * Event type - must be "queue/v2beta" (REQUIRED)
     */
    type: "queue/v2beta";
    /**
     * Name of the queue topic to consume from (REQUIRED)
     */
    topic: string;
    /**
     * Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxDeliveries?: number | undefined;
    /**
     * Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
     */
    retryAfterSeconds?: number | undefined;
    /**
     * Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
     */
    initialDelaySeconds?: number | undefined;
    /**
     * Maximum number of concurrent executions for this consumer (OPTIONAL) Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxConcurrency?: number | undefined;
};
/**
 * Queue trigger input event for v1beta (from vercel.json config). Requires explicit consumer name.
 */
export type GetDeploymentExperimentalTriggers1 = {
    /**
     * Event type - must be "queue/v1beta" (REQUIRED)
     */
    type: "queue/v1beta";
    /**
     * Name of the consumer group for this trigger (REQUIRED)
     */
    consumer: string;
    /**
     * Name of the queue topic to consume from (REQUIRED)
     */
    topic: string;
    /**
     * Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxDeliveries?: number | undefined;
    /**
     * Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
     */
    retryAfterSeconds?: number | undefined;
    /**
     * Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
     */
    initialDelaySeconds?: number | undefined;
    /**
     * Maximum number of concurrent executions for this consumer (OPTIONAL) Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxConcurrency?: number | undefined;
};
export type GetDeploymentResponseBodyExperimentalTriggers = GetDeploymentExperimentalTriggers1 | GetDeploymentExperimentalTriggers2 | GetDeploymentExperimentalTriggers3;
export type GetDeploymentResponseBodyFunctions = {
    architecture?: GetDeploymentResponseBodyArchitecture | undefined;
    memory?: number | undefined;
    maxDuration?: number | GetDeploymentMaxDuration2 | undefined;
    affinity?: GetDeploymentResponseBodyAffinity | undefined;
    maxConcurrency?: number | undefined;
    regions?: Array<string> | undefined;
    functionFailoverRegions?: Array<string> | undefined;
    runtime?: string | undefined;
    includeFiles?: string | undefined;
    excludeFiles?: string | undefined;
    experimentalTriggers?: Array<GetDeploymentExperimentalTriggers1 | GetDeploymentExperimentalTriggers2 | GetDeploymentExperimentalTriggers3> | undefined;
    supportsCancellation?: boolean | undefined;
};
export type GetDeploymentRoutes3 = {
    src: string;
    continue: boolean;
    middleware: number;
};
export declare const GetDeploymentRoutesHandle: {
    readonly Error: "error";
    readonly Filesystem: "filesystem";
    readonly Hit: "hit";
    readonly Miss: "miss";
    readonly Resource: "resource";
    readonly Rewrite: "rewrite";
};
export type GetDeploymentRoutesHandle = ClosedEnum<typeof GetDeploymentRoutesHandle>;
export type GetDeploymentRoutes2 = {
    handle: GetDeploymentRoutesHandle;
    src?: string | undefined;
    dest?: string | undefined;
    status?: number | undefined;
};
export declare const GetDeploymentHasType: {
    readonly Cookie: "cookie";
    readonly Header: "header";
    readonly Query: "query";
};
export type GetDeploymentHasType = ClosedEnum<typeof GetDeploymentHasType>;
export type GetDeploymentValueDeploymentsResponse200Eq = string | number;
export type GetDeploymentValue2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentHasDeploymentsValue = string | GetDeploymentValue2;
export type GetDeploymentHas2 = {
    type: GetDeploymentHasType;
    key: string;
    value?: string | GetDeploymentValue2 | undefined;
};
export type GetDeploymentValueDeploymentsResponseEq = string | number;
export type GetDeploymentValueDeploymentsResponse2002 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentHasValue = string | GetDeploymentValueDeploymentsResponse2002;
export type GetDeploymentHas1 = {
    type: "host";
    value: string | GetDeploymentValueDeploymentsResponse2002;
};
export type GetDeploymentRoutesHas = GetDeploymentHas1 | (GetDeploymentHas2 & {
    type: "cookie";
}) | (GetDeploymentHas2 & {
    type: "header";
}) | (GetDeploymentHas2 & {
    type: "query";
});
export declare const GetDeploymentMissingType: {
    readonly Cookie: "cookie";
    readonly Header: "header";
    readonly Query: "query";
};
export type GetDeploymentMissingType = ClosedEnum<typeof GetDeploymentMissingType>;
export type GetDeploymentValueDeploymentsEq = string | number;
export type GetDeploymentValueDeploymentsResponse2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentMissingValue = string | GetDeploymentValueDeploymentsResponse2;
export type GetDeploymentMissing2 = {
    type: GetDeploymentMissingType;
    key: string;
    value?: string | GetDeploymentValueDeploymentsResponse2 | undefined;
};
export type GetDeploymentValueEq = string | number;
export type GetDeploymentValueDeployments2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentMissingDeploymentsValue = string | GetDeploymentValueDeployments2;
export type GetDeploymentMissing1 = {
    type: "host";
    value: string | GetDeploymentValueDeployments2;
};
export type GetDeploymentRoutesMissing = GetDeploymentMissing1 | (GetDeploymentMissing2 & {
    type: "cookie";
}) | (GetDeploymentMissing2 & {
    type: "header";
}) | (GetDeploymentMissing2 & {
    type: "query";
});
export declare const GetDeploymentRoutesAction: {
    readonly Challenge: "challenge";
    readonly Deny: "deny";
};
export type GetDeploymentRoutesAction = ClosedEnum<typeof GetDeploymentRoutesAction>;
export type GetDeploymentRoutesMitigate = {
    action: GetDeploymentRoutesAction;
};
export declare const GetDeploymentTransformsDeploymentsOp: {
    readonly Set: "set";
};
export type GetDeploymentTransformsDeploymentsOp = ClosedEnum<typeof GetDeploymentTransformsDeploymentsOp>;
export type GetDeploymentTransforms2 = {
    type: "request.path";
    op: GetDeploymentTransformsDeploymentsOp;
    args: string;
    env?: Array<string> | undefined;
};
export declare const GetDeploymentTransformsDeploymentsType: {
    readonly RequestHeaders: "request.headers";
    readonly RequestQuery: "request.query";
    readonly ResponseHeaders: "response.headers";
};
export type GetDeploymentTransformsDeploymentsType = ClosedEnum<typeof GetDeploymentTransformsDeploymentsType>;
export declare const GetDeploymentTransformsOp: {
    readonly Append: "append";
    readonly Delete: "delete";
    readonly Set: "set";
};
export type GetDeploymentTransformsOp = ClosedEnum<typeof GetDeploymentTransformsOp>;
export type GetDeploymentKeyEq = string | number;
export type GetDeploymentKey2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentTransformsKey = string | GetDeploymentKey2;
export type GetDeploymentTransformsTarget = {
    key: string | GetDeploymentKey2;
};
export type GetDeploymentTransformsArgs = string | Array<string>;
export type GetDeploymentTransforms1 = {
    type: GetDeploymentTransformsDeploymentsType;
    op: GetDeploymentTransformsOp;
    target: GetDeploymentTransformsTarget;
    args?: string | Array<string> | undefined;
    env?: Array<string> | undefined;
};
export type GetDeploymentRoutesTransforms = (GetDeploymentTransforms1 & {
    type: "request.headers";
}) | (GetDeploymentTransforms1 & {
    type: "request.query";
}) | (GetDeploymentTransforms1 & {
    type: "response.headers";
}) | GetDeploymentTransforms2;
export type GetDeploymentRoutesLocale = {
    redirect?: {
        [k: string]: string;
    } | undefined;
    cookie?: string | undefined;
};
/**
 * Optional explicit format marker. The destination is identified by the presence of `service`, so `type` is no longer required.
 */
export declare const GetDeploymentDestinationType: {
    readonly Service: "service";
};
/**
 * Optional explicit format marker. The destination is identified by the presence of `service`, so `type` is no longer required.
 */
export type GetDeploymentDestinationType = ClosedEnum<typeof GetDeploymentDestinationType>;
export type GetDeploymentDestination2 = {
    /**
     * Optional explicit format marker. The destination is identified by the presence of `service`, so `type` is no longer required.
     */
    type?: GetDeploymentDestinationType | undefined;
    service: string;
    /**
     * Routing-only path used to select a route inside the target service.
     */
    path?: string | undefined;
};
export type GetDeploymentRoutesDestination = GetDeploymentDestination2 | string;
export type GetDeploymentRoutes1 = {
    src: string;
    dest?: string | undefined;
    headers?: {
        [k: string]: string;
    } | undefined;
    methods?: Array<string> | undefined;
    continue?: boolean | undefined;
    override?: boolean | undefined;
    caseSensitive?: boolean | undefined;
    check?: boolean | undefined;
    important?: boolean | undefined;
    status?: number | undefined;
    has?: Array<GetDeploymentHas1 | (GetDeploymentHas2 & {
        type: "cookie";
    }) | (GetDeploymentHas2 & {
        type: "header";
    }) | (GetDeploymentHas2 & {
        type: "query";
    })> | undefined;
    missing?: Array<GetDeploymentMissing1 | (GetDeploymentMissing2 & {
        type: "cookie";
    }) | (GetDeploymentMissing2 & {
        type: "header";
    }) | (GetDeploymentMissing2 & {
        type: "query";
    })> | undefined;
    mitigate?: GetDeploymentRoutesMitigate | undefined;
    transforms?: Array<(GetDeploymentTransforms1 & {
        type: "request.headers";
    }) | (GetDeploymentTransforms1 & {
        type: "request.query";
    }) | (GetDeploymentTransforms1 & {
        type: "response.headers";
    }) | GetDeploymentTransforms2> | undefined;
    env?: Array<string> | undefined;
    locale?: GetDeploymentRoutesLocale | undefined;
    /**
     * Aliases for `src`, `dest`, and `status`. These provide consistency with the `rewrites`, `redirects`, and `headers` fields which use `source`, `destination`, and `statusCode`. During normalization, the string forms are converted to their canonical forms (`src`, `dest`, `status`) and stripped from the route object. `destination` may also be a service-targeted object, in which case routing is delegated into the named service's internal route table and the object is preserved as-is (not folded into `dest`).
     */
    source?: string | undefined;
    destination?: GetDeploymentDestination2 | string | undefined;
    statusCode?: number | undefined;
    /**
     * A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
     */
    middlewarePath?: string | undefined;
    /**
     * The original middleware matchers.
     */
    middlewareRawSrc?: Array<string> | undefined;
    /**
     * A middleware index in the `middleware` key under the build result
     */
    middleware?: number | undefined;
    respectOriginCacheControl?: boolean | undefined;
};
export type GetDeploymentResponseBodyRoutes = GetDeploymentRoutes3 | GetDeploymentRoutes1 | GetDeploymentRoutes2;
export type GetDeploymentServicesDeploymentsIncludeFiles = string | Array<string>;
export type GetDeploymentServicesDeploymentsExcludeFiles = string | Array<string>;
export declare const GetDeploymentServicesDeploymentsResponseArchitecture: {
    readonly Arm64: "arm64";
    readonly X8664: "x86_64";
};
export type GetDeploymentServicesDeploymentsResponseArchitecture = ClosedEnum<typeof GetDeploymentServicesDeploymentsResponseArchitecture>;
export declare const GetDeploymentMaxDurationDeploymentsResponse2002: {
    readonly Max: "max";
};
export type GetDeploymentMaxDurationDeploymentsResponse2002 = ClosedEnum<typeof GetDeploymentMaxDurationDeploymentsResponse2002>;
export type GetDeploymentServicesDeploymentsResponseMaxDuration = number | GetDeploymentMaxDurationDeploymentsResponse2002;
export declare const GetDeploymentServicesDeploymentsResponseMode: {
    readonly Strict: "strict";
};
export type GetDeploymentServicesDeploymentsResponseMode = ClosedEnum<typeof GetDeploymentServicesDeploymentsResponseMode>;
export type GetDeploymentServicesDeploymentsResponseAffinity = {
    mode: GetDeploymentServicesDeploymentsResponseMode;
};
export type GetDeploymentExperimentalTriggersDeploymentsResponse2003 = {
    /**
     * Event type - must be "schedule/v1beta" (REQUIRED)
     */
    type: "schedule/v1beta";
};
/**
 * Queue trigger input event for v2beta (from vercel.json config). Consumer name is implicitly derived from the function path. Only one trigger per function is allowed.
 */
export type GetDeploymentExperimentalTriggersDeploymentsResponse2002 = {
    /**
     * Event type - must be "queue/v2beta" (REQUIRED)
     */
    type: "queue/v2beta";
    /**
     * Name of the queue topic to consume from (REQUIRED)
     */
    topic: string;
    /**
     * Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxDeliveries?: number | undefined;
    /**
     * Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
     */
    retryAfterSeconds?: number | undefined;
    /**
     * Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
     */
    initialDelaySeconds?: number | undefined;
    /**
     * Maximum number of concurrent executions for this consumer (OPTIONAL) Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxConcurrency?: number | undefined;
};
/**
 * Queue trigger input event for v1beta (from vercel.json config). Requires explicit consumer name.
 */
export type GetDeploymentExperimentalTriggersDeploymentsResponse2001 = {
    /**
     * Event type - must be "queue/v1beta" (REQUIRED)
     */
    type: "queue/v1beta";
    /**
     * Name of the consumer group for this trigger (REQUIRED)
     */
    consumer: string;
    /**
     * Name of the queue topic to consume from (REQUIRED)
     */
    topic: string;
    /**
     * Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxDeliveries?: number | undefined;
    /**
     * Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
     */
    retryAfterSeconds?: number | undefined;
    /**
     * Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
     */
    initialDelaySeconds?: number | undefined;
    /**
     * Maximum number of concurrent executions for this consumer (OPTIONAL) Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxConcurrency?: number | undefined;
};
export type GetDeploymentServicesDeploymentsResponseExperimentalTriggers = GetDeploymentExperimentalTriggersDeploymentsResponse2001 | GetDeploymentExperimentalTriggersDeploymentsResponse2002 | GetDeploymentExperimentalTriggersDeploymentsResponse2003;
export type GetDeploymentServicesDeploymentsResponseFunctions = {
    architecture?: GetDeploymentServicesDeploymentsResponseArchitecture | undefined;
    memory?: number | undefined;
    maxDuration?: number | GetDeploymentMaxDurationDeploymentsResponse2002 | undefined;
    affinity?: GetDeploymentServicesDeploymentsResponseAffinity | undefined;
    maxConcurrency?: number | undefined;
    regions?: Array<string> | undefined;
    functionFailoverRegions?: Array<string> | undefined;
    runtime?: string | undefined;
    includeFiles?: string | undefined;
    excludeFiles?: string | undefined;
    experimentalTriggers?: Array<GetDeploymentExperimentalTriggersDeploymentsResponse2001 | GetDeploymentExperimentalTriggersDeploymentsResponse2002 | GetDeploymentExperimentalTriggersDeploymentsResponse2003> | undefined;
    supportsCancellation?: boolean | undefined;
};
export type GetDeploymentServicesProjectSettings = {
    framework?: string | null | undefined;
    devCommand?: string | null | undefined;
    installCommand?: string | null | undefined;
    buildCommand?: string | null | undefined;
    outputDirectory?: string | null | undefined;
    rootDirectory?: string | null | undefined;
    nodeVersion?: string | undefined;
    monorepoManager?: string | null | undefined;
    createdAt?: number | undefined;
    autoExposeSystemEnvs?: boolean | undefined;
    sourceFilesOutsideRootDirectory?: boolean | undefined;
    directoryListing?: boolean | undefined;
    gitForkProtection?: boolean | undefined;
    commandForIgnoringBuildStep?: string | null | undefined;
};
/**
 * Enforced runtime for explicitly configured Routing Middleware.
 */
export declare const GetDeploymentServicesDeploymentsMiddlewareRuntime: {
    readonly Nodejs: "nodejs";
};
/**
 * Enforced runtime for explicitly configured Routing Middleware.
 */
export type GetDeploymentServicesDeploymentsMiddlewareRuntime = ClosedEnum<typeof GetDeploymentServicesDeploymentsMiddlewareRuntime>;
export type GetDeploymentServicesDeploymentsMiddlewareMatcher = string | Array<string>;
export type GetDeploymentServicesDeploymentsConfig = {
    bunVersion?: string | undefined;
    maxLambdaSize?: string | undefined;
    includeFiles?: string | Array<string> | undefined;
    excludeFiles?: string | Array<string> | undefined;
    bundle?: boolean | undefined;
    ldsflags?: string | undefined;
    helpers?: boolean | undefined;
    rust?: string | undefined;
    debug?: boolean | undefined;
    zeroConfig?: boolean | undefined;
    import?: {
        [k: string]: string;
    } | undefined;
    functions?: {
        [k: string]: GetDeploymentServicesDeploymentsResponseFunctions;
    } | undefined;
    projectSettings?: GetDeploymentServicesProjectSettings | undefined;
    outputDirectory?: string | undefined;
    installCommand?: string | undefined;
    buildCommand?: string | undefined;
    devCommand?: string | undefined;
    framework?: string | null | undefined;
    nodeVersion?: string | undefined;
    middleware?: boolean | undefined;
    /**
     * Enforced runtime for explicitly configured Routing Middleware.
     */
    middlewareRuntime?: GetDeploymentServicesDeploymentsMiddlewareRuntime | undefined;
    middlewareMatcher?: string | Array<string> | undefined;
    /**
     * Owning service name; scopes per-function config such as the v2beta consumer.
     */
    serviceName?: string | undefined;
};
/**
 * Builder selected by the resolver.
 */
export type GetDeploymentServicesDeploymentsBuilder = {
    use: string;
    src?: string | undefined;
    config?: GetDeploymentServicesDeploymentsConfig | undefined;
};
/**
 * If present, must be `"service"` for Service-to-Service HTTP bindings.
 */
export declare const GetDeploymentServicesDeploymentsType: {
    readonly Service: "service";
};
/**
 * If present, must be `"service"` for Service-to-Service HTTP bindings.
 */
export type GetDeploymentServicesDeploymentsType = ClosedEnum<typeof GetDeploymentServicesDeploymentsType>;
/**
 * Generated value shape, must be `"url"`.
 */
export declare const GetDeploymentServicesFormat: {
    readonly Url: "url";
};
/**
 * Generated value shape, must be `"url"`.
 */
export type GetDeploymentServicesFormat = ClosedEnum<typeof GetDeploymentServicesFormat>;
/**
 * Caller-side bindings to other services.
 */
export type GetDeploymentServicesBindings = {
    /**
     * If present, must be `"service"` for Service-to-Service HTTP bindings.
     */
    type?: GetDeploymentServicesDeploymentsType | undefined;
    /**
     * Target service name from `services`.
     */
    service: string;
    /**
     * Generated value shape, must be `"url"`.
     */
    format: GetDeploymentServicesFormat;
    /**
     * Environment variable name that will store the generated value
     */
    env: string;
};
export declare const GetDeploymentServicesArchitecture: {
    readonly Arm64: "arm64";
    readonly X8664: "x86_64";
};
export type GetDeploymentServicesArchitecture = ClosedEnum<typeof GetDeploymentServicesArchitecture>;
export declare const GetDeploymentMaxDurationDeployments2: {
    readonly Max: "max";
};
export type GetDeploymentMaxDurationDeployments2 = ClosedEnum<typeof GetDeploymentMaxDurationDeployments2>;
export type GetDeploymentServicesMaxDuration = number | GetDeploymentMaxDurationDeployments2;
export declare const GetDeploymentServicesMode: {
    readonly Strict: "strict";
};
export type GetDeploymentServicesMode = ClosedEnum<typeof GetDeploymentServicesMode>;
export type GetDeploymentServicesAffinity = {
    mode: GetDeploymentServicesMode;
};
export type GetDeploymentExperimentalTriggersDeployments3 = {
    /**
     * Event type - must be "schedule/v1beta" (REQUIRED)
     */
    type: "schedule/v1beta";
};
/**
 * Queue trigger input event for v2beta (from vercel.json config). Consumer name is implicitly derived from the function path. Only one trigger per function is allowed.
 */
export type GetDeploymentExperimentalTriggersDeployments2 = {
    /**
     * Event type - must be "queue/v2beta" (REQUIRED)
     */
    type: "queue/v2beta";
    /**
     * Name of the queue topic to consume from (REQUIRED)
     */
    topic: string;
    /**
     * Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxDeliveries?: number | undefined;
    /**
     * Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
     */
    retryAfterSeconds?: number | undefined;
    /**
     * Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
     */
    initialDelaySeconds?: number | undefined;
    /**
     * Maximum number of concurrent executions for this consumer (OPTIONAL) Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxConcurrency?: number | undefined;
};
/**
 * Queue trigger input event for v1beta (from vercel.json config). Requires explicit consumer name.
 */
export type GetDeploymentExperimentalTriggersDeployments1 = {
    /**
     * Event type - must be "queue/v1beta" (REQUIRED)
     */
    type: "queue/v1beta";
    /**
     * Name of the consumer group for this trigger (REQUIRED)
     */
    consumer: string;
    /**
     * Name of the queue topic to consume from (REQUIRED)
     */
    topic: string;
    /**
     * Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxDeliveries?: number | undefined;
    /**
     * Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
     */
    retryAfterSeconds?: number | undefined;
    /**
     * Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
     */
    initialDelaySeconds?: number | undefined;
    /**
     * Maximum number of concurrent executions for this consumer (OPTIONAL) Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
     */
    maxConcurrency?: number | undefined;
};
export type GetDeploymentServicesExperimentalTriggers = GetDeploymentExperimentalTriggersDeployments1 | GetDeploymentExperimentalTriggersDeployments2 | GetDeploymentExperimentalTriggersDeployments3;
/**
 * Function configuration scoped to this service.
 */
export type GetDeploymentServicesFunctions = {
    architecture?: GetDeploymentServicesArchitecture | undefined;
    memory?: number | undefined;
    maxDuration?: number | GetDeploymentMaxDurationDeployments2 | undefined;
    affinity?: GetDeploymentServicesAffinity | undefined;
    maxConcurrency?: number | undefined;
    regions?: Array<string> | undefined;
    functionFailoverRegions?: Array<string> | undefined;
    runtime?: string | undefined;
    includeFiles?: string | undefined;
    excludeFiles?: string | undefined;
    experimentalTriggers?: Array<GetDeploymentExperimentalTriggersDeployments1 | GetDeploymentExperimentalTriggersDeployments2 | GetDeploymentExperimentalTriggersDeployments3> | undefined;
    supportsCancellation?: boolean | undefined;
};
export type GetDeploymentServicesDeploymentsHeaders = {
    key: string;
    value: string;
};
export declare const GetDeploymentHasDeploymentsResponseType: {
    readonly Cookie: "cookie";
    readonly Header: "header";
    readonly Query: "query";
};
export type GetDeploymentHasDeploymentsResponseType = ClosedEnum<typeof GetDeploymentHasDeploymentsResponseType>;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersHasEq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJson2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue = string | GetDeploymentValueDeploymentsResponse200ApplicationJson2;
export type GetDeploymentHasDeploymentsResponse2002 = {
    type: GetDeploymentHasDeploymentsResponseType;
    key: string;
    value?: string | GetDeploymentValueDeploymentsResponse200ApplicationJson2 | undefined;
};
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersEq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2Value = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2;
export type GetDeploymentHasDeploymentsResponse2001 = {
    type: "host";
    value: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2;
};
export type GetDeploymentServicesDeploymentsResponseHas = GetDeploymentHasDeploymentsResponse2001 | (GetDeploymentHasDeploymentsResponse2002 & {
    type: "cookie";
}) | (GetDeploymentHasDeploymentsResponse2002 & {
    type: "header";
}) | (GetDeploymentHasDeploymentsResponse2002 & {
    type: "query";
});
export declare const GetDeploymentMissingDeploymentsResponseType: {
    readonly Cookie: "cookie";
    readonly Header: "header";
    readonly Query: "query";
};
export type GetDeploymentMissingDeploymentsResponseType = ClosedEnum<typeof GetDeploymentMissingDeploymentsResponseType>;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBodyEq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentMissingDeploymentsResponseValue = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22;
export type GetDeploymentMissingDeploymentsResponse2002 = {
    type: GetDeploymentMissingDeploymentsResponseType;
    key: string;
    value?: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22 | undefined;
};
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONEq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentMissingDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2;
export type GetDeploymentMissingDeploymentsResponse2001 = {
    type: "host";
    value: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2;
};
export type GetDeploymentServicesDeploymentsResponseMissing = GetDeploymentMissingDeploymentsResponse2001 | (GetDeploymentMissingDeploymentsResponse2002 & {
    type: "cookie";
}) | (GetDeploymentMissingDeploymentsResponse2002 & {
    type: "header";
}) | (GetDeploymentMissingDeploymentsResponse2002 & {
    type: "query";
});
export type GetDeploymentServicesHeaders = {
    source: string;
    headers: Array<GetDeploymentServicesDeploymentsHeaders>;
    has?: Array<GetDeploymentHasDeploymentsResponse2001 | (GetDeploymentHasDeploymentsResponse2002 & {
        type: "cookie";
    }) | (GetDeploymentHasDeploymentsResponse2002 & {
        type: "header";
    }) | (GetDeploymentHasDeploymentsResponse2002 & {
        type: "query";
    })> | undefined;
    missing?: Array<GetDeploymentMissingDeploymentsResponse2001 | (GetDeploymentMissingDeploymentsResponse2002 & {
        type: "cookie";
    }) | (GetDeploymentMissingDeploymentsResponse2002 & {
        type: "header";
    }) | (GetDeploymentMissingDeploymentsResponse2002 & {
        type: "query";
    })> | undefined;
};
export declare const GetDeploymentHasDeploymentsResponse200ApplicationJSONType: {
    readonly Cookie: "cookie";
    readonly Header: "header";
    readonly Query: "query";
};
export type GetDeploymentHasDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof GetDeploymentHasDeploymentsResponse200ApplicationJSONType>;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2ServicesEq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentHasDeploymentsResponse200Value = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22;
export type GetDeploymentHasDeployments2 = {
    type: GetDeploymentHasDeploymentsResponse200ApplicationJSONType;
    key: string;
    value?: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22 | undefined;
};
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Eq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentHasDeploymentsResponseValue = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2;
export type GetDeploymentHasDeployments1 = {
    type: "host";
    value: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2;
};
export type GetDeploymentServicesHas = GetDeploymentHasDeployments1 | (GetDeploymentHasDeployments2 & {
    type: "cookie";
}) | (GetDeploymentHasDeployments2 & {
    type: "header";
}) | (GetDeploymentHasDeployments2 & {
    type: "query";
});
export declare const GetDeploymentMissingDeploymentsResponse200ApplicationJSONType: {
    readonly Cookie: "cookie";
    readonly Header: "header";
    readonly Query: "query";
};
export type GetDeploymentMissingDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof GetDeploymentMissingDeploymentsResponse200ApplicationJSONType>;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsEq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentMissingDeploymentsResponse200ApplicationJSONValue = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2;
export type GetDeploymentMissingDeployments2 = {
    type: GetDeploymentMissingDeploymentsResponse200ApplicationJSONType;
    key: string;
    value?: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2 | undefined;
};
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Eq = string | number;
export type GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2 = {
    eq?: string | number | undefined;
    neq?: string | undefined;
    inc?: Array<string> | undefined;
    ninc?: Array<string> | undefined;
    pre?: string | undefined;
    suf?: string | undefined;
    re?: string | undefined;
    gt?: number | undefined;
    gte?: number | undefined;
    lt?: number | undefined;
    lte?: number | undefined;
};
export type GetDeploymentMissingDeploymentsResponse200Value = string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2;
export type GetDeploymentMissingDeployments1 = {
    type: "host";
    value: string | GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2;
};
/** @internal */
export declare const GetDeploymentGitSourceRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSource5$inboundSchema: z.ZodType<GetDeploymentGitSource5, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSource5FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource5, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSourceDeploymentsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponseType>;
/** @internal */
export declare const GetDeploymentGitSourceDeployments4$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments4, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceDeployments4FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments4, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSourceDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsType>;
/** @internal */
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSourceDeployments3$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments3, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceDeployments3FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments3, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSourceType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceType>;
/** @internal */
export declare const GetDeploymentGitSourceDeployments2$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments2, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody21Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody21Type>;
/** @internal */
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId, SDKValidationError>;
/** @internal */
export declare const GetDeploymentGitSourceDeployments1$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments1, z.ZodTypeDef, unknown>;
export declare function getDeploymentGitSourceDeployments1FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyGitSourceFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyGitSource, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyState$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyState>;
/** @internal */
export declare const GetDeploymentResponseBodyManualProvisioning$inboundSchema: z.ZodType<GetDeploymentResponseBodyManualProvisioning, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyManualProvisioningFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyManualProvisioning, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyNodeVersion$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyNodeVersion>;
/** @internal */
export declare const ResponseBodyProject$inboundSchema: z.ZodType<ResponseBodyProject, z.ZodTypeDef, unknown>;
export declare function responseBodyProjectFromJSON(jsonString: string): SafeParseResult<ResponseBodyProject, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyReadySubstate$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyReadySubstate>;
/** @internal */
export declare const GetDeploymentResponseBodySource$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodySource>;
/** @internal */
export declare const GetDeploymentResponseBodyOidcTokenClaims$inboundSchema: z.ZodType<GetDeploymentResponseBodyOidcTokenClaims, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyOidcTokenClaimsFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyOidcTokenClaims, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyPlan$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyPlan>;
/** @internal */
export declare const GetDeploymentResponseBodyCrons$inboundSchema: z.ZodType<GetDeploymentResponseBodyCrons, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyCronsFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyCrons, SDKValidationError>;
/** @internal */
export declare const GetDeploymentAtprotoKinds$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentAtprotoKinds>;
/** @internal */
export declare const GetDeploymentAtprotoSubscription$inboundSchema: z.ZodType<GetDeploymentAtprotoSubscription, z.ZodTypeDef, unknown>;
export declare function getDeploymentAtprotoSubscriptionFromJSON(jsonString: string): SafeParseResult<GetDeploymentAtprotoSubscription, SDKValidationError>;
/** @internal */
export declare const GetDeploymentAtproto2$inboundSchema: z.ZodType<GetDeploymentAtproto2, z.ZodTypeDef, unknown>;
export declare function getDeploymentAtproto2FromJSON(jsonString: string): SafeParseResult<GetDeploymentAtproto2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentAtproto1$inboundSchema: z.ZodType<GetDeploymentAtproto1, z.ZodTypeDef, unknown>;
export declare function getDeploymentAtproto1FromJSON(jsonString: string): SafeParseResult<GetDeploymentAtproto1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyAtproto$inboundSchema: z.ZodType<GetDeploymentResponseBodyAtproto, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyAtprotoFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyAtproto, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyArchitecture$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyArchitecture>;
/** @internal */
export declare const GetDeploymentMaxDuration2$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentMaxDuration2>;
/** @internal */
export declare const GetDeploymentResponseBodyMaxDuration$inboundSchema: z.ZodType<GetDeploymentResponseBodyMaxDuration, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyMaxDurationFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyMaxDuration, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyMode$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyMode>;
/** @internal */
export declare const GetDeploymentResponseBodyAffinity$inboundSchema: z.ZodType<GetDeploymentResponseBodyAffinity, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyAffinityFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyAffinity, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggers3$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggers3, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggers3FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggers3, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggers2$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggers2, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggers2FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggers2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggers1$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggers1, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggers1FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggers1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyExperimentalTriggers$inboundSchema: z.ZodType<GetDeploymentResponseBodyExperimentalTriggers, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyExperimentalTriggersFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyExperimentalTriggers, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyFunctions$inboundSchema: z.ZodType<GetDeploymentResponseBodyFunctions, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyFunctionsFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyFunctions, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutes3$inboundSchema: z.ZodType<GetDeploymentRoutes3, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutes3FromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutes3, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesHandle$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesHandle>;
/** @internal */
export declare const GetDeploymentRoutes2$inboundSchema: z.ZodType<GetDeploymentRoutes2, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutes2FromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutes2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentHasType>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200Eq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200EqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200Eq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValue2$inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValue2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValue2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHas2$inboundSchema: z.ZodType<GetDeploymentHas2, z.ZodTypeDef, unknown>;
export declare function getDeploymentHas2FromJSON(jsonString: string): SafeParseResult<GetDeploymentHas2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponseEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponseEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponseEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2002, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasValue$inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHas1$inboundSchema: z.ZodType<GetDeploymentHas1, z.ZodTypeDef, unknown>;
export declare function getDeploymentHas1FromJSON(jsonString: string): SafeParseResult<GetDeploymentHas1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesHas$inboundSchema: z.ZodType<GetDeploymentRoutesHas, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutesHasFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesHas, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentMissingType>;
/** @internal */
export declare const GetDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingValue$inboundSchema: z.ZodType<GetDeploymentMissingValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissing2$inboundSchema: z.ZodType<GetDeploymentMissing2, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissing2FromJSON(jsonString: string): SafeParseResult<GetDeploymentMissing2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueEq$inboundSchema: z.ZodType<GetDeploymentValueEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissing1$inboundSchema: z.ZodType<GetDeploymentMissing1, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissing1FromJSON(jsonString: string): SafeParseResult<GetDeploymentMissing1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesMissing$inboundSchema: z.ZodType<GetDeploymentRoutesMissing, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutesMissingFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMissing, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesAction$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesAction>;
/** @internal */
export declare const GetDeploymentRoutesMitigate$inboundSchema: z.ZodType<GetDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMitigate, SDKValidationError>;
/** @internal */
export declare const GetDeploymentTransformsDeploymentsOp$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentTransformsDeploymentsOp>;
/** @internal */
export declare const GetDeploymentTransforms2$inboundSchema: z.ZodType<GetDeploymentTransforms2, z.ZodTypeDef, unknown>;
export declare function getDeploymentTransforms2FromJSON(jsonString: string): SafeParseResult<GetDeploymentTransforms2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentTransformsDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentTransformsDeploymentsType>;
/** @internal */
export declare const GetDeploymentTransformsOp$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentTransformsOp>;
/** @internal */
export declare const GetDeploymentKeyEq$inboundSchema: z.ZodType<GetDeploymentKeyEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentKeyEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentKeyEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentKey2$inboundSchema: z.ZodType<GetDeploymentKey2, z.ZodTypeDef, unknown>;
export declare function getDeploymentKey2FromJSON(jsonString: string): SafeParseResult<GetDeploymentKey2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentTransformsKey$inboundSchema: z.ZodType<GetDeploymentTransformsKey, z.ZodTypeDef, unknown>;
export declare function getDeploymentTransformsKeyFromJSON(jsonString: string): SafeParseResult<GetDeploymentTransformsKey, SDKValidationError>;
/** @internal */
export declare const GetDeploymentTransformsTarget$inboundSchema: z.ZodType<GetDeploymentTransformsTarget, z.ZodTypeDef, unknown>;
export declare function getDeploymentTransformsTargetFromJSON(jsonString: string): SafeParseResult<GetDeploymentTransformsTarget, SDKValidationError>;
/** @internal */
export declare const GetDeploymentTransformsArgs$inboundSchema: z.ZodType<GetDeploymentTransformsArgs, z.ZodTypeDef, unknown>;
export declare function getDeploymentTransformsArgsFromJSON(jsonString: string): SafeParseResult<GetDeploymentTransformsArgs, SDKValidationError>;
/** @internal */
export declare const GetDeploymentTransforms1$inboundSchema: z.ZodType<GetDeploymentTransforms1, z.ZodTypeDef, unknown>;
export declare function getDeploymentTransforms1FromJSON(jsonString: string): SafeParseResult<GetDeploymentTransforms1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesTransforms$inboundSchema: z.ZodType<GetDeploymentRoutesTransforms, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutesTransformsFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesTransforms, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<GetDeploymentRoutesLocale, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutesLocaleFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesLocale, SDKValidationError>;
/** @internal */
export declare const GetDeploymentDestinationType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentDestinationType>;
/** @internal */
export declare const GetDeploymentDestination2$inboundSchema: z.ZodType<GetDeploymentDestination2, z.ZodTypeDef, unknown>;
export declare function getDeploymentDestination2FromJSON(jsonString: string): SafeParseResult<GetDeploymentDestination2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutesDestination$inboundSchema: z.ZodType<GetDeploymentRoutesDestination, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutesDestinationFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesDestination, SDKValidationError>;
/** @internal */
export declare const GetDeploymentRoutes1$inboundSchema: z.ZodType<GetDeploymentRoutes1, z.ZodTypeDef, unknown>;
export declare function getDeploymentRoutes1FromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutes1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentResponseBodyRoutes$inboundSchema: z.ZodType<GetDeploymentResponseBodyRoutes, z.ZodTypeDef, unknown>;
export declare function getDeploymentResponseBodyRoutesFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyRoutes, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsIncludeFiles$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsIncludeFiles, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsIncludeFilesFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsIncludeFiles, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsExcludeFiles$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsExcludeFiles, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsExcludeFilesFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsExcludeFiles, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseArchitecture$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesDeploymentsResponseArchitecture>;
/** @internal */
export declare const GetDeploymentMaxDurationDeploymentsResponse2002$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentMaxDurationDeploymentsResponse2002>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseMaxDuration$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsResponseMaxDuration, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsResponseMaxDurationFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsResponseMaxDuration, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseMode$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesDeploymentsResponseMode>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseAffinity$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsResponseAffinity, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsResponseAffinityFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsResponseAffinity, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggersDeploymentsResponse2003$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggersDeploymentsResponse2003, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggersDeploymentsResponse2003FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggersDeploymentsResponse2003, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggersDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggersDeploymentsResponse2002, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggersDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggersDeploymentsResponse2002, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggersDeploymentsResponse2001$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggersDeploymentsResponse2001, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggersDeploymentsResponse2001FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggersDeploymentsResponse2001, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseExperimentalTriggers$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsResponseExperimentalTriggers, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsResponseExperimentalTriggersFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsResponseExperimentalTriggers, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseFunctions$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsResponseFunctions, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsResponseFunctionsFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsResponseFunctions, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesProjectSettings$inboundSchema: z.ZodType<GetDeploymentServicesProjectSettings, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesProjectSettingsFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesProjectSettings, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsMiddlewareRuntime$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesDeploymentsMiddlewareRuntime>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsMiddlewareMatcher$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsMiddlewareMatcher, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsMiddlewareMatcherFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsMiddlewareMatcher, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsConfig$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsConfig, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsConfigFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsConfig, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsBuilder$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsBuilder, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsBuilderFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsBuilder, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesDeploymentsType>;
/** @internal */
export declare const GetDeploymentServicesFormat$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesFormat>;
/** @internal */
export declare const GetDeploymentServicesBindings$inboundSchema: z.ZodType<GetDeploymentServicesBindings, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesBindingsFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesBindings, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesArchitecture$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesArchitecture>;
/** @internal */
export declare const GetDeploymentMaxDurationDeployments2$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentMaxDurationDeployments2>;
/** @internal */
export declare const GetDeploymentServicesMaxDuration$inboundSchema: z.ZodType<GetDeploymentServicesMaxDuration, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesMaxDurationFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesMaxDuration, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesMode$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentServicesMode>;
/** @internal */
export declare const GetDeploymentServicesAffinity$inboundSchema: z.ZodType<GetDeploymentServicesAffinity, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesAffinityFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesAffinity, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggersDeployments3$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggersDeployments3, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggersDeployments3FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggersDeployments3, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggersDeployments2$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggersDeployments2, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggersDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggersDeployments2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentExperimentalTriggersDeployments1$inboundSchema: z.ZodType<GetDeploymentExperimentalTriggersDeployments1, z.ZodTypeDef, unknown>;
export declare function getDeploymentExperimentalTriggersDeployments1FromJSON(jsonString: string): SafeParseResult<GetDeploymentExperimentalTriggersDeployments1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesExperimentalTriggers$inboundSchema: z.ZodType<GetDeploymentServicesExperimentalTriggers, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesExperimentalTriggersFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesExperimentalTriggers, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesFunctions$inboundSchema: z.ZodType<GetDeploymentServicesFunctions, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesFunctionsFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesFunctions, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsHeaders$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsHeaders, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsHeadersFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsHeaders, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentHasDeploymentsResponseType>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersHasEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersHasEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersHasEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersHasEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJson2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJson2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSON2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJson2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2ServicesValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsResponse2002, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsResponse2002, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2HeadersEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Headers2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2Value$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2Value, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2ValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsResponse200ApplicationJSONResponseBody2Value, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponse2001$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsResponse2001, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsResponse2001FromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsResponse2001, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseHas$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsResponseHas, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsResponseHasFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsResponseHas, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentMissingDeploymentsResponseType>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBodyEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBodyEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBodyEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBodyEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody22, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponseValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsResponseValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsResponseValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsResponseValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsResponse2002, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsResponse2002, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsResponse200ApplicationJSONResponseBody2ServicesValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsResponse200ApplicationJSONResponseBody2ServicesValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponse2001$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsResponse2001, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsResponse2001FromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsResponse2001, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesDeploymentsResponseMissing$inboundSchema: z.ZodType<GetDeploymentServicesDeploymentsResponseMissing, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesDeploymentsResponseMissingFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesDeploymentsResponseMissing, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesHeaders$inboundSchema: z.ZodType<GetDeploymentServicesHeaders, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesHeadersFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesHeaders, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentHasDeploymentsResponse200ApplicationJSONType>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2ServicesEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2ServicesEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2ServicesEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2ServicesEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services22, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponse200Value$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsResponse200Value, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsResponse200ValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsResponse200Value, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeployments2$inboundSchema: z.ZodType<GetDeploymentHasDeployments2, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeployments2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Eq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Eq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2EqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Eq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeploymentsResponseValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsResponseValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeploymentsResponseValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsResponseValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentHasDeployments1$inboundSchema: z.ZodType<GetDeploymentHasDeployments1, z.ZodTypeDef, unknown>;
export declare function getDeploymentHasDeployments1FromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeployments1, SDKValidationError>;
/** @internal */
export declare const GetDeploymentServicesHas$inboundSchema: z.ZodType<GetDeploymentServicesHas, z.ZodTypeDef, unknown>;
export declare function getDeploymentServicesHasFromJSON(jsonString: string): SafeParseResult<GetDeploymentServicesHas, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentMissingDeploymentsResponse200ApplicationJSONType>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsEq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsEq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2RedirectsMissing2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponse200ApplicationJSONValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsResponse200ApplicationJSONValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsResponse200ApplicationJSONValue, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeployments2$inboundSchema: z.ZodType<GetDeploymentMissingDeployments2, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeployments2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Eq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Eq, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2EqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Eq, SDKValidationError>;
/** @internal */
export declare const GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2, z.ZodTypeDef, unknown>;
export declare function getDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200ApplicationJSONResponseBody2Services2Redirects2, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeploymentsResponse200Value$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsResponse200Value, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeploymentsResponse200ValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsResponse200Value, SDKValidationError>;
/** @internal */
export declare const GetDeploymentMissingDeployments1$inboundSchema: z.ZodType<GetDeploymentMissingDeployments1, z.ZodTypeDef, unknown>;
export declare function getDeploymentMissingDeployments1FromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeployments1, SDKValidationError>;
//# sourceMappingURL=getdeploymentmissingdeployments1.d.ts.map