lancer-shared 1.2.186 → 1.2.187

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.
@@ -1509,7 +1509,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
1509
1509
  export type BiddingHourlyRateStrategy = z.infer<typeof biddingHourlyRateStrategyEnum>;
1510
1510
  export interface Campaign extends z.infer<typeof campaignSchema> {
1511
1511
  biddingHourlyRateStrategy: BiddingHourlyRateStrategy;
1512
- jobFilters: JobFilters;
1512
+ filters: JobFilters;
1513
1513
  }
1514
1514
  export type CampaignStatus = z.infer<typeof campaignStatusSchema>;
1515
1515
  export interface CreateCampaign extends z.infer<typeof createCampaignSchema> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.186",
3
+ "version": "1.2.187",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",