@seamapi/types 1.485.0 → 1.486.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.485.0",
3
+ "version": "1.486.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -15,6 +15,7 @@ import { connect_webview } from './connect-webviews/connect-webview.js'
15
15
  import { connected_account } from './connected-accounts/index.js'
16
16
  import { device } from './devices/index.js'
17
17
  import { unmanaged_device } from './devices/unmanaged-device.js'
18
+ import { seam_event } from './events/seam-event.js'
18
19
  import { space } from './spaces/index.js'
19
20
  import { user_identity } from './user-identities/index.js'
20
21
  import { workspace } from './workspaces/index.js'
@@ -68,6 +69,7 @@ export const workspaces_batch = z
68
69
  connect_webviews: connect_webview.array().optional(),
69
70
  access_methods: access_method.array().optional(),
70
71
  access_grants: access_grant.array().optional(),
72
+ events: seam_event.array().optional(),
71
73
  })
72
74
  .describe('A batch of workspace resources.')
73
75
 
@@ -96,6 +98,7 @@ export const batch = z
96
98
  connect_webviews: connect_webview.array().optional(),
97
99
  access_methods: access_method.array().optional(),
98
100
  access_grants: access_grant.array().optional(),
101
+ events: seam_event.array().optional(),
99
102
  })
100
103
  .describe('A batch of workspace resources.')
101
104
 
@@ -29212,6 +29212,10 @@ export default {
29212
29212
  items: { $ref: '#/components/schemas/device' },
29213
29213
  type: 'array',
29214
29214
  },
29215
+ events: {
29216
+ items: { $ref: '#/components/schemas/event' },
29217
+ type: 'array',
29218
+ },
29215
29219
  spaces: {
29216
29220
  items: { $ref: '#/components/schemas/space' },
29217
29221
  type: 'array',
@@ -29379,6 +29383,10 @@ export default {
29379
29383
  items: { $ref: '#/components/schemas/device' },
29380
29384
  type: 'array',
29381
29385
  },
29386
+ events: {
29387
+ items: { $ref: '#/components/schemas/event' },
29388
+ type: 'array',
29389
+ },
29382
29390
  spaces: {
29383
29391
  items: { $ref: '#/components/schemas/space' },
29384
29392
  type: 'array',
@@ -56663,6 +56671,10 @@ export default {
56663
56671
  items: { $ref: '#/components/schemas/device' },
56664
56672
  type: 'array',
56665
56673
  },
56674
+ events: {
56675
+ items: { $ref: '#/components/schemas/event' },
56676
+ type: 'array',
56677
+ },
56666
56678
  spaces: {
56667
56679
  items: { $ref: '#/components/schemas/space' },
56668
56680
  type: 'array',
@@ -56805,6 +56817,10 @@ export default {
56805
56817
  items: { $ref: '#/components/schemas/device' },
56806
56818
  type: 'array',
56807
56819
  },
56820
+ events: {
56821
+ items: { $ref: '#/components/schemas/event' },
56822
+ type: 'array',
56823
+ },
56808
56824
  spaces: {
56809
56825
  items: { $ref: '#/components/schemas/space' },
56810
56826
  type: 'array',