import { z } from 'zod'; import { EntryFields } from './EntryFields'; import { FieldsOverride } from './FieldsOverride'; export declare const EntrySchema: z.ZodObject<{ sys: z.ZodObject<{ type: z.ZodOptional; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, "strip", z.ZodTypeAny, { fields: {}; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }, { fields: {}; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }>; export type EntryLike = FieldsOverride, T>; export type Entry = FieldsOverride, T>; export declare const Entry: { parse: (input: EntryLike) => Entry; safeParse: (input: EntryLike) => z.SafeParseError<{ fields: {}; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }> | { data: { fields: T_1; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }; success: true; error?: undefined; }; nonstrict: () => z.ZodObject<{ sys: z.ZodObject<{ type: z.ZodOptional; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ sys: z.ZodObject<{ type: z.ZodOptional; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ sys: z.ZodObject<{ type: z.ZodOptional; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, z.ZodTypeAny, "passthrough">>; augment: (augmentation: Augmentation) => z.ZodObject; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, Augmentation>, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, Augmentation>>> extends infer T_2 ? { [k in keyof T_2]: z.objectUtil.addQuestionMarks; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, Augmentation>>>[k]; } : never, z.baseObjectInputType; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, Augmentation>> extends infer T_3 ? { [k_1 in keyof T_3]: z.baseObjectInputType; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, Augmentation>>[k_1]; } : never>; _type: { fields: {}; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }; _output: { fields: {}; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }; _input: { fields: {}; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }; _def: z.ZodObjectDef<{ sys: z.ZodObject<{ type: z.ZodOptional; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, "strip", z.ZodTypeAny>; spa: (data: unknown, params?: Partial | undefined) => Promise>; };