@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.
- package/dist/connect.cjs +8513 -365
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16603 -7186
- package/lib/seam/connect/models/devices/device.js +3 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +17242 -7825
- package/lib/seam/connect/openapi.js +8603 -458
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/device.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +11536 -3080
- package/src/lib/seam/connect/route-types.ts +2 -2
|
@@ -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
|