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
|
-
|
|
1512
|
+
filters: JobFilters;
|
|
1513
1513
|
}
|
|
1514
1514
|
export type CampaignStatus = z.infer<typeof campaignStatusSchema>;
|
|
1515
1515
|
export interface CreateCampaign extends z.infer<typeof createCampaignSchema> {
|