@seamapi/types 1.194.0 → 1.195.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.
package/dist/connect.cjs CHANGED
@@ -1555,6 +1555,12 @@ var unmanaged_device = device.pick({
1555
1555
  })
1556
1556
  }).merge(device_capability_flags2);
1557
1557
  var common_event = zod.z.object({
1558
+ event_id: zod.z.string().uuid().describe(`
1559
+ ---
1560
+ title: Event ID
1561
+ ---
1562
+ The ID of the event.
1563
+ `),
1558
1564
  workspace_id: zod.z.string().uuid().describe(`
1559
1565
  ---
1560
1566
  title: Workspace ID