@seamapi/types 1.484.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.484.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',
@@ -32970,6 +32978,7 @@ export default {
32970
32978
  { api_key: [] },
32971
32979
  { access_token: [] },
32972
32980
  { console_session_with_workspace: [] },
32981
+ { client_session_with_customer: [] },
32973
32982
  { client_session: [] },
32974
32983
  ],
32975
32984
  summary: '/acs/entrances/get',
@@ -33024,6 +33033,7 @@ export default {
33024
33033
  { api_key: [] },
33025
33034
  { access_token: [] },
33026
33035
  { console_session_with_workspace: [] },
33036
+ { client_session_with_customer: [] },
33027
33037
  { client_session: [] },
33028
33038
  ],
33029
33039
  summary: '/acs/entrances/get',
@@ -56661,6 +56671,10 @@ export default {
56661
56671
  items: { $ref: '#/components/schemas/device' },
56662
56672
  type: 'array',
56663
56673
  },
56674
+ events: {
56675
+ items: { $ref: '#/components/schemas/event' },
56676
+ type: 'array',
56677
+ },
56664
56678
  spaces: {
56665
56679
  items: { $ref: '#/components/schemas/space' },
56666
56680
  type: 'array',
@@ -56803,6 +56817,10 @@ export default {
56803
56817
  items: { $ref: '#/components/schemas/device' },
56804
56818
  type: 'array',
56805
56819
  },
56820
+ events: {
56821
+ items: { $ref: '#/components/schemas/event' },
56822
+ type: 'array',
56823
+ },
56806
56824
  spaces: {
56807
56825
  items: { $ref: '#/components/schemas/space' },
56808
56826
  type: 'array',