@illalabs/interfaces 0.27.0-canary-beta-1f4e4fa3 → 0.27.0

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.
@@ -2826,9 +2826,6 @@ export declare const HyperliquidExchangeSubmitResponseSchema: z.ZodObject<{
2826
2826
  status: "error" | "filled" | "resting" | "rebuilt";
2827
2827
  success: boolean;
2828
2828
  error?: string | undefined;
2829
- avgPx?: string | undefined;
2830
- totalSz?: string | undefined;
2831
- oid?: number | undefined;
2832
2829
  rebuilt?: {
2833
2830
  nonce: number;
2834
2831
  action: Record<string, unknown>;
@@ -3031,13 +3028,13 @@ export declare const HyperliquidExchangeSubmitResponseSchema: z.ZodObject<{
3031
3028
  hmac?: string | undefined;
3032
3029
  };
3033
3030
  } | undefined;
3031
+ oid?: number | undefined;
3032
+ avgPx?: string | undefined;
3033
+ totalSz?: string | undefined;
3034
3034
  }, {
3035
3035
  status: "error" | "filled" | "resting" | "rebuilt";
3036
3036
  success: boolean;
3037
3037
  error?: string | undefined;
3038
- avgPx?: string | undefined;
3039
- totalSz?: string | undefined;
3040
- oid?: number | undefined;
3041
3038
  rebuilt?: {
3042
3039
  nonce: number;
3043
3040
  action: Record<string, unknown>;
@@ -3240,6 +3237,9 @@ export declare const HyperliquidExchangeSubmitResponseSchema: z.ZodObject<{
3240
3237
  hmac?: string | undefined;
3241
3238
  };
3242
3239
  } | undefined;
3240
+ oid?: number | undefined;
3241
+ avgPx?: string | undefined;
3242
+ totalSz?: string | undefined;
3243
3243
  }>;
3244
3244
  export type HyperliquidSignature = z.infer<typeof HyperliquidSignatureSchema>;
3245
3245
  export type HyperliquidRebuiltOrder = z.infer<typeof HyperliquidRebuiltOrderSchema>;