lancer-shared 1.2.227 → 1.2.228

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.
@@ -1892,3 +1892,4 @@ export interface BidConfig extends z.infer<typeof bidConfigSchema> {
1892
1892
  export type WeekDays = z.infer<typeof weekDaysEnum>;
1893
1893
  export type TimeBlock = z.infer<typeof timeBlockSchema>;
1894
1894
  export type WorkTime = z.infer<typeof workTimeSchema>;
1895
+ export type InsufficeintBoostConnectsAction = z.infer<typeof insufficeintBoostConnectsActionEnum>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.227",
3
+ "version": "1.2.228",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",