import type { InferSchema } from "../../../../extensions/schema/index.js"; export declare const getProjectSchema: () => import("../../../../internal-agents/schema.js").Schema; name: import("../../../../internal-agents/schema.js").Schema; slug: import("../../../../internal-agents/schema.js").Schema; description: import("../../../../internal-agents/schema.js").Schema; created_at: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; provider: import("../../../../internal-agents/schema.js").Schema; provider_id: import("../../../../internal-agents/schema.js").Schema; layout: import("../../../../internal-agents/schema.js").Schema; layout_id: import("../../../../internal-agents/schema.js").Schema; config: import("../../../../internal-agents/schema.js").Schema | undefined>; }>>; export declare const getProjectFileSchema: () => import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; path: import("../../../../internal-agents/schema.js").Schema; content: import("../../../../internal-agents/schema.js").Schema; size: import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; updated_at: import("../../../../internal-agents/schema.js").Schema; }>>; /** * PageInfo for paginated responses. * Follows Zalando RESTful API Guidelines #248 with cursor-based pagination. * @see https://opensource.zalando.com/restful-api-guidelines/#248 */ export declare const getPageInfoSchema: () => import("../../../../internal-agents/schema.js").Schema; first: import("../../../../internal-agents/schema.js").Schema; next: import("../../../../internal-agents/schema.js").Schema; prev: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getEnvironmentSchema: () => import("../../../../internal-agents/schema.js").Schema; name: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getBranchFileListItemSchema: () => import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; content: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getListBranchFilesResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; content: import("../../../../internal-agents/schema.js").Schema; }>[]>; page_info: import("../../../../internal-agents/schema.js").Schema; first: import("../../../../internal-agents/schema.js").Schema; next: import("../../../../internal-agents/schema.js").Schema; prev: import("../../../../internal-agents/schema.js").Schema; }>>; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; }>>; export declare const getBranchFileDetailSchema: () => import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; content: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getEnvironmentFileListItemSchema: () => import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; content: import("../../../../internal-agents/schema.js").Schema; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getListEnvironmentFilesResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; release_id: import("../../../../internal-agents/schema.js").Schema; release_version: import("../../../../internal-agents/schema.js").Schema; environment_id: import("../../../../internal-agents/schema.js").Schema; environment_name: import("../../../../internal-agents/schema.js").Schema; data: import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; content: import("../../../../internal-agents/schema.js").Schema; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; }>[]>; page_info: import("../../../../internal-agents/schema.js").Schema; first: import("../../../../internal-agents/schema.js").Schema; next: import("../../../../internal-agents/schema.js").Schema; prev: import("../../../../internal-agents/schema.js").Schema; }>>; }>>; export declare const getEnvironmentFileDetailSchema: () => import("../../../../internal-agents/schema.js").Schema; release_version: import("../../../../internal-agents/schema.js").Schema; environment_id: import("../../../../internal-agents/schema.js").Schema; environment_name: import("../../../../internal-agents/schema.js").Schema; path: import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; content: import("../../../../internal-agents/schema.js").Schema; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getReleaseFileListItemSchema: () => import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; content: import("../../../../internal-agents/schema.js").Schema; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getListReleaseFilesResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; release_id: import("../../../../internal-agents/schema.js").Schema; release_version: import("../../../../internal-agents/schema.js").Schema; data: import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; content: import("../../../../internal-agents/schema.js").Schema; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; }>[]>; page_info: import("../../../../internal-agents/schema.js").Schema; first: import("../../../../internal-agents/schema.js").Schema; next: import("../../../../internal-agents/schema.js").Schema; prev: import("../../../../internal-agents/schema.js").Schema; }>>; }>>; export declare const getReleaseFileDetailSchema: () => import("../../../../internal-agents/schema.js").Schema; release_version: import("../../../../internal-agents/schema.js").Schema; path: import("../../../../internal-agents/schema.js").Schema; type: import("../../../../internal-agents/schema.js").Schema<"function" | "file" | "page" | "component">; size: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; _links: import("../../../../internal-agents/schema.js").Schema<({} & { self?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; content?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; project?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; files?: string | import("../../../../extensions/schema/schema-validator.js").InferShape<{ href: import("../../../../internal-agents/schema.js").Schema; method: import("../../../../internal-agents/schema.js").Schema; }> | undefined; } & Record) | undefined>; content: import("../../../../internal-agents/schema.js").Schema; id: import("../../../../internal-agents/schema.js").Schema; version_id: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getListProjectsResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; name: import("../../../../internal-agents/schema.js").Schema; slug: import("../../../../internal-agents/schema.js").Schema; description: import("../../../../internal-agents/schema.js").Schema; created_at: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; provider: import("../../../../internal-agents/schema.js").Schema; provider_id: import("../../../../internal-agents/schema.js").Schema; layout: import("../../../../internal-agents/schema.js").Schema; layout_id: import("../../../../internal-agents/schema.js").Schema; config: import("../../../../internal-agents/schema.js").Schema | undefined>; }>[]>; }>>; export declare const getLookupDomainResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; project_slug: import("../../../../internal-agents/schema.js").Schema; project_name: import("../../../../internal-agents/schema.js").Schema; environment: import("../../../../internal-agents/schema.js").Schema; name: import("../../../../internal-agents/schema.js").Schema; }> | null>; release_id: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getStyleArtifactResolveResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; artifact_hash: import("../../../../internal-agents/schema.js").Schema; asset_path: import("../../../../internal-agents/schema.js").Schema; etag: import("../../../../internal-agents/schema.js").Schema; content_type: import("../../../../internal-agents/schema.js").Schema; build_run_id: import("../../../../internal-agents/schema.js").Schema; failure_reason: import("../../../../internal-agents/schema.js").Schema; updated_at: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getReleaseAssetManifestBuildResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; manifest_version: import("../../../../internal-agents/schema.js").Schema; state: import("../../../../internal-agents/schema.js").Schema<"failed" | "partial" | "ready" | "building" | "queued" | "superseded">; }>>; export declare const getReleaseAssetUploadResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; existed: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getDependencyArtifactAssetUploadResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; existed: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getDependencyArtifactBuildResultResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; state: import("../../../../internal-agents/schema.js").Schema<"failed" | "ready">; }>>; export declare const getReleaseAssetManifestStateResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; manifest_version: import("../../../../internal-agents/schema.js").Schema; }>>; export declare const getReleaseAssetManifestResponseSchema: () => import("../../../../internal-agents/schema.js").Schema; manifest_version: import("../../../../internal-agents/schema.js").Schema; manifest: import("../../../../internal-agents/schema.js").Schema | null>; }>>; /** * Project schema extended with the `environments` array — used by the * domain-lookup endpoint which returns a project plus its environments. * * Lifted out of `operations.ts` so the inline `extend()` no longer needs to * import the SchemaValidator at the callsite. */ export declare const getProjectWithEnvironmentsSchema: () => import("../../../../internal-agents/schema.js").Schema<{ id: string; name: string; slug: string; } & { description?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; provider?: string | null | undefined; provider_id?: string | null | undefined; layout?: string | null | undefined; layout_id?: string | null | undefined; config?: string | Record | undefined; } & { environments: import("../../../../extensions/schema/schema-validator.js").InferShape<{ id: import("../../../../internal-agents/schema.js").Schema; name: import("../../../../internal-agents/schema.js").Schema; domains: import("../../../../internal-agents/schema.js").Schema; active_release_id: import("../../../../internal-agents/schema.js").Schema; }>[] | undefined; }>; export type Project = InferSchema>; export type ProjectFile = InferSchema>; export type PageInfo = InferSchema>; export type Environment = InferSchema>; export type BranchFileListItem = InferSchema>; export type ListBranchFilesResponse = InferSchema>; export type BranchFileDetail = InferSchema>; export type EnvironmentFileListItem = InferSchema>; export type ListEnvironmentFilesResponse = InferSchema>; export type EnvironmentFileDetail = InferSchema>; export type ReleaseFileListItem = InferSchema>; export type ListReleaseFilesResponse = InferSchema>; export type ReleaseFileDetail = InferSchema>; export type LookupDomainResponse = InferSchema>; export type StyleArtifactResolveResponse = InferSchema>; export type ReleaseAssetManifestBuildResponse = InferSchema>; export type ReleaseAssetUploadResponse = InferSchema>; export type DependencyArtifactAssetUploadResponse = InferSchema>; export type DependencyArtifactBuildResultResponse = InferSchema>; export type ReleaseAssetManifestStateResponse = InferSchema>; export type ReleaseAssetManifestApiResponse = InferSchema>; export declare const API_ENDPOINTS: { readonly listProjects: { readonly method: "GET"; readonly path: "/projects"; readonly description: "List all accessible projects"; }; readonly getProject: { readonly method: "GET"; readonly path: "/projects/{projectRef}"; readonly description: "Get project by UUID or slug"; }; readonly listBranchFiles: { readonly method: "GET"; readonly path: "/projects/{projectRef}/files?branch={branchRef}"; readonly description: "List files for a branch ref or name (omit branch for main branch)"; }; readonly getBranchFile: { readonly method: "GET"; readonly path: "/projects/{projectRef}/files/{pathOrId}?branch={branchRef}"; readonly description: "Get file from a branch ref or name by path or UUID"; }; readonly listEnvironmentFiles: { readonly method: "GET"; readonly path: "/projects/{projectRef}/environments/{environmentName}/files"; readonly description: "List files from an environment (deployed release)"; }; readonly getEnvironmentFile: { readonly method: "GET"; readonly path: "/projects/{projectRef}/environments/{environmentName}/files/{pathOrId}"; readonly description: "Get file from an environment by path or UUID"; }; readonly listReleaseFiles: { readonly method: "GET"; readonly path: "/projects/{projectRef}/releases/{version}/files"; readonly description: "List files from a specific release"; }; readonly getReleaseFile: { readonly method: "GET"; readonly path: "/projects/{projectRef}/releases/{version}/files/{pathOrId}"; readonly description: "Get file from a release by path or UUID"; }; readonly lookupDomain: { readonly method: "GET"; readonly path: "/projects/{domain}"; readonly description: "Look up project by custom domain (resolved via project_reference)"; }; readonly resolveStyleArtifact: { readonly method: "GET"; readonly path: "/projects/{projectRef}/style-artifacts/current"; readonly description: "Resolve metadata for the latest ready style artifact for a branch, environment, or release selector"; }; readonly ensureStyleArtifactBuild: { readonly method: "POST"; readonly path: "/projects/{projectRef}/style-artifacts/current/builds"; readonly description: "Ensure a background style artifact build exists for a branch, environment, or release selector"; }; }; //# sourceMappingURL=api.schema.d.ts.map