@loafmarkets/shared-types 1.0.14 → 1.0.17

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.14",
3
+ "version": "1.0.17",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -20,7 +20,7 @@
20
20
  "keywords": [],
21
21
  "author": "Cohen",
22
22
  "dependencies": {
23
- "@loafmarkets/shared-types": "1.0.7",
23
+ "@loafmarkets/shared-types": "1.0.14",
24
24
  "zod": "^4.2.1"
25
25
  },
26
26
  "devDependencies": {
@@ -143,7 +143,8 @@ message CancelOrderResponse {
143
143
 
144
144
  message OrderCancelled {
145
145
  uint64 order_id = 1;
146
- uint32 property_id = 2;
146
+ uint32 property_id = 2;
147
+ int64 timestamp = 3;
147
148
  }
148
149
 
149
150
  // --------------------------------------------------------------