lancer-shared 1.0.138 → 1.0.139

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.
@@ -59,3 +59,7 @@ export declare const organizationSchema: z.ZodObject<{
59
59
  specialisedProfile: string | null;
60
60
  };
61
61
  }>;
62
+ export interface Organization extends z.infer<typeof organizationSchema> {
63
+ }
64
+ export interface BidConfig extends z.infer<typeof bidConfigSchema> {
65
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.138",
4
+ "version": "1.0.139",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",