authoringRenameResultSchema
@gooi/language-server / contracts/rename-contracts / authoringRenameResultSchema
Variable: authoringRenameResultSchema
constauthoringRenameResultSchema:ZodUnion<readonly [ZodObject<{edit:ZodObject<{changes:ZodArray<ZodObject<{documentPath:ZodString;documentUri:ZodString;newText:ZodString;range:ZodObject<{end: ...;start: ...; },$strip>;symbolId:ZodString; },$strip>>; },$strip>;ok:ZodLiteral<true>;parity:ZodObject<{issues:ZodArray<ZodObject<{code:ZodEnum<{artifact_mismatch_error: ...;catalog_mismatch_error: ...; }>;message:ZodString;path:ZodString;staleArtifacts:ZodLiteral<true>; },$strip>>;lockfileHash:ZodString;status:ZodEnum<{matched:"matched";mismatch:"mismatch"; }>; },$strip>; },$strip>,ZodObject<{error:ZodObject<{code:ZodEnum<{authoring_symbol_error:"authoring_symbol_error";rename_conflict_error:"rename_conflict_error"; }>;message:ZodString; },$strip>;ok:ZodLiteral<false>;parity:ZodObject<{issues:ZodArray<ZodObject<{code:ZodEnum<{artifact_mismatch_error: ...;catalog_mismatch_error: ...; }>;message:ZodString;path:ZodString;staleArtifacts:ZodLiteral<true>; },$strip>>;lockfileHash:ZodString;status:ZodEnum<{matched:"matched";mismatch:"mismatch"; }>; },$strip>; },$strip>]>
Defined in: authoring/language-server/src/contracts/rename-contracts.ts:99
Rename result.