lancer-shared 1.2.281 → 1.2.282
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -301,7 +301,7 @@ export declare const suitabilityFailedEventMetadataSchema: z.ZodObject<{
|
|
|
301
301
|
reason: string;
|
|
302
302
|
agentStatus: string;
|
|
303
303
|
}>;
|
|
304
|
-
export type
|
|
304
|
+
export type SuitabilityFailedEventMetadata = z.infer<typeof suitabilityFailedEventMetadataSchema>;
|
|
305
305
|
export declare const proposalCompleteEventMetadataSchema: z.ZodObject<{
|
|
306
306
|
proposal: z.ZodObject<{
|
|
307
307
|
coverLetter: z.ZodString;
|