serve-socket 1.0.23 → 1.0.24

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -210,7 +210,7 @@ interface CallWaiterDto {
210
210
  /**
211
211
  * Unique identifier of the call waiter request
212
212
  */
213
- id: string;
213
+ id?: string;
214
214
  /**
215
215
  * ID of the customer making the waiter call
216
216
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serve-socket",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Real-time WebSocket service for restaurant waiter coordination",
5
5
  "license": "MIT",
6
6
  "author": "Serve+ Team",