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: number | null;
1871
+ count?: number;
1872
1872
  }
1873
1873
  export type CampaignStatus = z.infer<typeof campaignStatusSchema>;
1874
1874
  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.198",
3
+ "version": "1.2.199",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",