@seamapi/types 1.420.0 → 1.420.2

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.
@@ -30290,7 +30290,7 @@ export interface Routes {
30290
30290
  | {
30291
30291
  /** ID of the event. */
30292
30292
  event_id: string
30293
- /** ID of the workspace associated with the event. */
30293
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
30294
30294
  workspace_id: string
30295
30295
  /** Date and time at which the event was created. */
30296
30296
  created_at: string
@@ -32022,7 +32022,7 @@ export interface Routes {
32022
32022
  | {
32023
32023
  /** ID of the event. */
32024
32024
  event_id: string
32025
- /** ID of the workspace associated with the event. */
32025
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
32026
32026
  workspace_id: string
32027
32027
  /** Date and time at which the event was created. */
32028
32028
  created_at: string