lancer-shared 1.2.198 → 1.2.199
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.
|
@@ -1868,7 +1868,7 @@ export type BiddingHourlyRateStrategy = z.infer<typeof biddingHourlyRateStrategy
|
|
|
1868
1868
|
export interface Campaign extends z.infer<typeof campaignSchema> {
|
|
1869
1869
|
biddingHourlyRateStrategy: BiddingHourlyRateStrategy;
|
|
1870
1870
|
filters: JobFilters;
|
|
1871
|
-
count
|
|
1871
|
+
count?: number;
|
|
1872
1872
|
}
|
|
1873
1873
|
export type CampaignStatus = z.infer<typeof campaignStatusSchema>;
|
|
1874
1874
|
export interface CreateCampaign extends z.infer<typeof createCampaignSchema> {
|