@levrbet/shared 0.4.36 → 0.4.37

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.
@@ -14,6 +14,7 @@ export declare const CreateApiKeySchema: z.ZodObject<{
14
14
  OracleProcessor: "OracleProcessor";
15
15
  Leaderboard: "Leaderboard";
16
16
  Lab: "Lab";
17
+ LiquidationEngine: "LiquidationEngine";
17
18
  }>>;
18
19
  }, z.core.$strip>;
19
20
  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.36",
3
+ "version": "0.4.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -58,6 +58,7 @@ enum LevrService {
58
58
  OracleProcessor
59
59
  Leaderboard
60
60
  Lab
61
+ LiquidationEngine
61
62
  }
62
63
 
63
64
  model Provider {