@loafmarkets/shared-types 1.0.4 → 1.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loafmarkets/shared-types",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -109,7 +109,7 @@ message SubmitOrderRequest {
109
109
  OrderSide side = 5;
110
110
  OrderType type = 6;
111
111
  TimeInForce time_in_force = 7;
112
- string expires_at = 8;
112
+ string deadline = 8;
113
113
  uint64 order_id = 9;
114
114
  string signature = 10;
115
115
  string wallet_address = 11;