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 SuitabilityFaßiledEventMetadata = z.infer<typeof suitabilityFailedEventMetadataSchema>;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.281",
3
+ "version": "1.2.282",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",