@loafmarkets/shared-types 1.0.12 → 1.0.14

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.12",
3
+ "version": "1.0.14",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -141,6 +141,11 @@ message CancelOrderResponse {
141
141
  string error_message = 3;
142
142
  }
143
143
 
144
+ message OrderCancelled {
145
+ uint64 order_id = 1;
146
+ uint32 property_id = 2;
147
+ }
148
+
144
149
  // --------------------------------------------------------------
145
150
  // Service 2: TradingService (for Market Maker)
146
151
  // --------------------------------------------------------------