@seamapi/types 1.461.0 → 1.462.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.
@@ -25104,6 +25104,12 @@ export default {
25104
25104
  nullable: true,
25105
25105
  type: 'string',
25106
25106
  },
25107
+ user_identity_key: {
25108
+ description: 'Unique key for the user identity.',
25109
+ minLength: 1,
25110
+ nullable: true,
25111
+ type: 'string',
25112
+ },
25107
25113
  },
25108
25114
  type: 'object',
25109
25115
  },
@@ -26307,21 +26313,51 @@ export default {
26307
26313
  schema: {
26308
26314
  properties: {
26309
26315
  batch: {
26310
- description: 'Represents a resource batch.',
26316
+ description: 'A batch of workspace resources.',
26311
26317
  properties: {
26318
+ acs_access_groups: {
26319
+ items: {
26320
+ $ref: '#/components/schemas/acs_access_group',
26321
+ },
26322
+ type: 'array',
26323
+ },
26324
+ acs_encoders: {
26325
+ items: { $ref: '#/components/schemas/acs_encoder' },
26326
+ type: 'array',
26327
+ },
26312
26328
  acs_entrances: {
26313
26329
  items: { $ref: '#/components/schemas/acs_entrance' },
26314
26330
  type: 'array',
26315
26331
  },
26332
+ acs_systems: {
26333
+ items: { $ref: '#/components/schemas/acs_system' },
26334
+ type: 'array',
26335
+ },
26336
+ acs_users: {
26337
+ items: { $ref: '#/components/schemas/acs_user' },
26338
+ type: 'array',
26339
+ },
26340
+ action_attempts: {
26341
+ items: {
26342
+ $ref: '#/components/schemas/action_attempt',
26343
+ },
26344
+ type: 'array',
26345
+ },
26316
26346
  batch_type: {
26317
26347
  enum: [
26318
26348
  'workspaces',
26349
+ 'spaces',
26319
26350
  'access_grants',
26320
26351
  'access_methods',
26321
- 'spaces',
26322
26352
  ],
26323
26353
  type: 'string',
26324
26354
  },
26355
+ client_sessions: {
26356
+ items: {
26357
+ $ref: '#/components/schemas/client_session',
26358
+ },
26359
+ type: 'array',
26360
+ },
26325
26361
  devices: {
26326
26362
  items: { $ref: '#/components/schemas/device' },
26327
26363
  type: 'array',
@@ -26330,6 +26366,24 @@ export default {
26330
26366
  items: { $ref: '#/components/schemas/space' },
26331
26367
  type: 'array',
26332
26368
  },
26369
+ unmanaged_acs_access_groups: {
26370
+ items: {
26371
+ $ref: '#/components/schemas/unmanaged_acs_access_group',
26372
+ },
26373
+ type: 'array',
26374
+ },
26375
+ unmanaged_acs_users: {
26376
+ items: {
26377
+ $ref: '#/components/schemas/unmanaged_acs_user',
26378
+ },
26379
+ type: 'array',
26380
+ },
26381
+ unmanaged_devices: {
26382
+ items: {
26383
+ $ref: '#/components/schemas/unmanaged_device',
26384
+ },
26385
+ type: 'array',
26386
+ },
26333
26387
  user_identities: {
26334
26388
  items: { $ref: '#/components/schemas/user_identity' },
26335
26389
  type: 'array',
@@ -26341,7 +26395,6 @@ export default {
26341
26395
  },
26342
26396
  required: ['batch_type'],
26343
26397
  type: 'object',
26344
- 'x-route-path': '/',
26345
26398
  },
26346
26399
  ok: { type: 'boolean' },
26347
26400
  },
@@ -26411,21 +26464,51 @@ export default {
26411
26464
  schema: {
26412
26465
  properties: {
26413
26466
  batch: {
26414
- description: 'Represents a resource batch.',
26467
+ description: 'A batch of workspace resources.',
26415
26468
  properties: {
26469
+ acs_access_groups: {
26470
+ items: {
26471
+ $ref: '#/components/schemas/acs_access_group',
26472
+ },
26473
+ type: 'array',
26474
+ },
26475
+ acs_encoders: {
26476
+ items: { $ref: '#/components/schemas/acs_encoder' },
26477
+ type: 'array',
26478
+ },
26416
26479
  acs_entrances: {
26417
26480
  items: { $ref: '#/components/schemas/acs_entrance' },
26418
26481
  type: 'array',
26419
26482
  },
26483
+ acs_systems: {
26484
+ items: { $ref: '#/components/schemas/acs_system' },
26485
+ type: 'array',
26486
+ },
26487
+ acs_users: {
26488
+ items: { $ref: '#/components/schemas/acs_user' },
26489
+ type: 'array',
26490
+ },
26491
+ action_attempts: {
26492
+ items: {
26493
+ $ref: '#/components/schemas/action_attempt',
26494
+ },
26495
+ type: 'array',
26496
+ },
26420
26497
  batch_type: {
26421
26498
  enum: [
26422
26499
  'workspaces',
26500
+ 'spaces',
26423
26501
  'access_grants',
26424
26502
  'access_methods',
26425
- 'spaces',
26426
26503
  ],
26427
26504
  type: 'string',
26428
26505
  },
26506
+ client_sessions: {
26507
+ items: {
26508
+ $ref: '#/components/schemas/client_session',
26509
+ },
26510
+ type: 'array',
26511
+ },
26429
26512
  devices: {
26430
26513
  items: { $ref: '#/components/schemas/device' },
26431
26514
  type: 'array',
@@ -26434,6 +26517,24 @@ export default {
26434
26517
  items: { $ref: '#/components/schemas/space' },
26435
26518
  type: 'array',
26436
26519
  },
26520
+ unmanaged_acs_access_groups: {
26521
+ items: {
26522
+ $ref: '#/components/schemas/unmanaged_acs_access_group',
26523
+ },
26524
+ type: 'array',
26525
+ },
26526
+ unmanaged_acs_users: {
26527
+ items: {
26528
+ $ref: '#/components/schemas/unmanaged_acs_user',
26529
+ },
26530
+ type: 'array',
26531
+ },
26532
+ unmanaged_devices: {
26533
+ items: {
26534
+ $ref: '#/components/schemas/unmanaged_device',
26535
+ },
26536
+ type: 'array',
26537
+ },
26437
26538
  user_identities: {
26438
26539
  items: { $ref: '#/components/schemas/user_identity' },
26439
26540
  type: 'array',
@@ -26445,7 +26546,6 @@ export default {
26445
26546
  },
26446
26547
  required: ['batch_type'],
26447
26548
  type: 'object',
26448
- 'x-route-path': '/',
26449
26549
  },
26450
26550
  ok: { type: 'boolean' },
26451
26551
  },
@@ -39134,6 +39234,107 @@ export default {
39134
39234
  'x-title': 'List Events',
39135
39235
  },
39136
39236
  },
39237
+ '/instant_keys/get': {
39238
+ get: {
39239
+ description: 'Gets an [instant key](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).',
39240
+ operationId: 'instantKeysGetGet',
39241
+ parameters: [
39242
+ {
39243
+ in: 'query',
39244
+ name: 'instant_key_id',
39245
+ required: true,
39246
+ schema: {
39247
+ description: 'ID of the instant key to get.',
39248
+ format: 'uuid',
39249
+ type: 'string',
39250
+ },
39251
+ },
39252
+ ],
39253
+ responses: {
39254
+ 200: {
39255
+ content: {
39256
+ 'application/json': {
39257
+ schema: {
39258
+ properties: {
39259
+ instant_key: { $ref: '#/components/schemas/instant_key' },
39260
+ ok: { type: 'boolean' },
39261
+ },
39262
+ required: ['instant_key', 'ok'],
39263
+ type: 'object',
39264
+ },
39265
+ },
39266
+ },
39267
+ description: 'OK',
39268
+ },
39269
+ 400: { description: 'Bad Request' },
39270
+ 401: { description: 'Unauthorized' },
39271
+ },
39272
+ security: [
39273
+ { api_key: [] },
39274
+ { pat_with_workspace: [] },
39275
+ { console_session_with_workspace: [] },
39276
+ ],
39277
+ summary: '/instant_keys/get',
39278
+ tags: [],
39279
+ 'x-fern-sdk-group-name': ['instant_keys'],
39280
+ 'x-fern-sdk-method-name': 'get',
39281
+ 'x-fern-sdk-return-value': 'instant_key',
39282
+ 'x-response-key': 'instant_key',
39283
+ 'x-title': 'Get an Instant Key',
39284
+ },
39285
+ post: {
39286
+ description: 'Gets an [instant key](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).',
39287
+ operationId: 'instantKeysGetPost',
39288
+ requestBody: {
39289
+ content: {
39290
+ 'application/json': {
39291
+ schema: {
39292
+ properties: {
39293
+ instant_key_id: {
39294
+ description: 'ID of the instant key to get.',
39295
+ format: 'uuid',
39296
+ type: 'string',
39297
+ },
39298
+ },
39299
+ required: ['instant_key_id'],
39300
+ type: 'object',
39301
+ },
39302
+ },
39303
+ },
39304
+ },
39305
+ responses: {
39306
+ 200: {
39307
+ content: {
39308
+ 'application/json': {
39309
+ schema: {
39310
+ properties: {
39311
+ instant_key: { $ref: '#/components/schemas/instant_key' },
39312
+ ok: { type: 'boolean' },
39313
+ },
39314
+ required: ['instant_key', 'ok'],
39315
+ type: 'object',
39316
+ },
39317
+ },
39318
+ },
39319
+ description: 'OK',
39320
+ },
39321
+ 400: { description: 'Bad Request' },
39322
+ 401: { description: 'Unauthorized' },
39323
+ },
39324
+ security: [
39325
+ { api_key: [] },
39326
+ { pat_with_workspace: [] },
39327
+ { console_session_with_workspace: [] },
39328
+ ],
39329
+ summary: '/instant_keys/get',
39330
+ tags: [],
39331
+ 'x-fern-sdk-group-name': ['instant_keys'],
39332
+ 'x-fern-sdk-method-name': 'get',
39333
+ 'x-fern-sdk-return-value': 'instant_key',
39334
+ 'x-response-key': 'instant_key',
39335
+ 'x-title': 'Get an Instant Key',
39336
+ },
39337
+ },
39137
39338
  '/instant_keys/list': {
39138
39339
  get: {
39139
39340
  description: 'Returns a list of all [instant keys](https://docs.seam.co/latest/capability-guides/mobile-access/instant-keys).',
@@ -52615,21 +52816,51 @@ export default {
52615
52816
  schema: {
52616
52817
  properties: {
52617
52818
  batch: {
52618
- description: 'Represents a resource batch.',
52819
+ description: 'A batch of workspace resources.',
52619
52820
  properties: {
52821
+ acs_access_groups: {
52822
+ items: {
52823
+ $ref: '#/components/schemas/acs_access_group',
52824
+ },
52825
+ type: 'array',
52826
+ },
52827
+ acs_encoders: {
52828
+ items: { $ref: '#/components/schemas/acs_encoder' },
52829
+ type: 'array',
52830
+ },
52620
52831
  acs_entrances: {
52621
52832
  items: { $ref: '#/components/schemas/acs_entrance' },
52622
52833
  type: 'array',
52623
52834
  },
52835
+ acs_systems: {
52836
+ items: { $ref: '#/components/schemas/acs_system' },
52837
+ type: 'array',
52838
+ },
52839
+ acs_users: {
52840
+ items: { $ref: '#/components/schemas/acs_user' },
52841
+ type: 'array',
52842
+ },
52843
+ action_attempts: {
52844
+ items: {
52845
+ $ref: '#/components/schemas/action_attempt',
52846
+ },
52847
+ type: 'array',
52848
+ },
52624
52849
  batch_type: {
52625
52850
  enum: [
52626
52851
  'workspaces',
52852
+ 'spaces',
52627
52853
  'access_grants',
52628
52854
  'access_methods',
52629
- 'spaces',
52630
52855
  ],
52631
52856
  type: 'string',
52632
52857
  },
52858
+ client_sessions: {
52859
+ items: {
52860
+ $ref: '#/components/schemas/client_session',
52861
+ },
52862
+ type: 'array',
52863
+ },
52633
52864
  devices: {
52634
52865
  items: { $ref: '#/components/schemas/device' },
52635
52866
  type: 'array',
@@ -52638,6 +52869,24 @@ export default {
52638
52869
  items: { $ref: '#/components/schemas/space' },
52639
52870
  type: 'array',
52640
52871
  },
52872
+ unmanaged_acs_access_groups: {
52873
+ items: {
52874
+ $ref: '#/components/schemas/unmanaged_acs_access_group',
52875
+ },
52876
+ type: 'array',
52877
+ },
52878
+ unmanaged_acs_users: {
52879
+ items: {
52880
+ $ref: '#/components/schemas/unmanaged_acs_user',
52881
+ },
52882
+ type: 'array',
52883
+ },
52884
+ unmanaged_devices: {
52885
+ items: {
52886
+ $ref: '#/components/schemas/unmanaged_device',
52887
+ },
52888
+ type: 'array',
52889
+ },
52641
52890
  user_identities: {
52642
52891
  items: { $ref: '#/components/schemas/user_identity' },
52643
52892
  type: 'array',
@@ -52649,7 +52898,6 @@ export default {
52649
52898
  },
52650
52899
  required: ['batch_type'],
52651
52900
  type: 'object',
52652
- 'x-route-path': '/',
52653
52901
  },
52654
52902
  ok: { type: 'boolean' },
52655
52903
  },
@@ -52696,21 +52944,51 @@ export default {
52696
52944
  schema: {
52697
52945
  properties: {
52698
52946
  batch: {
52699
- description: 'Represents a resource batch.',
52947
+ description: 'A batch of workspace resources.',
52700
52948
  properties: {
52949
+ acs_access_groups: {
52950
+ items: {
52951
+ $ref: '#/components/schemas/acs_access_group',
52952
+ },
52953
+ type: 'array',
52954
+ },
52955
+ acs_encoders: {
52956
+ items: { $ref: '#/components/schemas/acs_encoder' },
52957
+ type: 'array',
52958
+ },
52701
52959
  acs_entrances: {
52702
52960
  items: { $ref: '#/components/schemas/acs_entrance' },
52703
52961
  type: 'array',
52704
52962
  },
52963
+ acs_systems: {
52964
+ items: { $ref: '#/components/schemas/acs_system' },
52965
+ type: 'array',
52966
+ },
52967
+ acs_users: {
52968
+ items: { $ref: '#/components/schemas/acs_user' },
52969
+ type: 'array',
52970
+ },
52971
+ action_attempts: {
52972
+ items: {
52973
+ $ref: '#/components/schemas/action_attempt',
52974
+ },
52975
+ type: 'array',
52976
+ },
52705
52977
  batch_type: {
52706
52978
  enum: [
52707
52979
  'workspaces',
52980
+ 'spaces',
52708
52981
  'access_grants',
52709
52982
  'access_methods',
52710
- 'spaces',
52711
52983
  ],
52712
52984
  type: 'string',
52713
52985
  },
52986
+ client_sessions: {
52987
+ items: {
52988
+ $ref: '#/components/schemas/client_session',
52989
+ },
52990
+ type: 'array',
52991
+ },
52714
52992
  devices: {
52715
52993
  items: { $ref: '#/components/schemas/device' },
52716
52994
  type: 'array',
@@ -52719,6 +52997,24 @@ export default {
52719
52997
  items: { $ref: '#/components/schemas/space' },
52720
52998
  type: 'array',
52721
52999
  },
53000
+ unmanaged_acs_access_groups: {
53001
+ items: {
53002
+ $ref: '#/components/schemas/unmanaged_acs_access_group',
53003
+ },
53004
+ type: 'array',
53005
+ },
53006
+ unmanaged_acs_users: {
53007
+ items: {
53008
+ $ref: '#/components/schemas/unmanaged_acs_user',
53009
+ },
53010
+ type: 'array',
53011
+ },
53012
+ unmanaged_devices: {
53013
+ items: {
53014
+ $ref: '#/components/schemas/unmanaged_device',
53015
+ },
53016
+ type: 'array',
53017
+ },
52722
53018
  user_identities: {
52723
53019
  items: { $ref: '#/components/schemas/user_identity' },
52724
53020
  type: 'array',
@@ -52730,7 +53026,6 @@ export default {
52730
53026
  },
52731
53027
  required: ['batch_type'],
52732
53028
  type: 'object',
52733
- 'x-route-path': '/',
52734
53029
  },
52735
53030
  ok: { type: 'boolean' },
52736
53031
  },