@levrbet/shared 0.4.42 → 0.4.43

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.
@@ -15,6 +15,7 @@ export declare const CreateApiKeySchema: z.ZodObject<{
15
15
  Leaderboard: "Leaderboard";
16
16
  Lab: "Lab";
17
17
  LiquidationEngine: "LiquidationEngine";
18
+ LambdaFunctions: "LambdaFunctions";
18
19
  }>>;
19
20
  }, z.core.$strip>;
20
21
  export type CreateApiKeyInput = z.infer<typeof CreateApiKeySchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.4.42",
3
+ "version": "0.4.43",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -60,6 +60,7 @@ enum LevrService {
60
60
  Leaderboard
61
61
  Lab
62
62
  LiquidationEngine
63
+ LambdaFunctions
63
64
  }
64
65
 
65
66
  model Provider {