@seamapi/types 1.645.0 → 1.647.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.
@@ -29075,7 +29075,7 @@ export default {
29075
29075
  'acs_entrances',
29076
29076
  'connected_accounts',
29077
29077
  'acs_systems',
29078
- 'user_identity',
29078
+ 'user_identities',
29079
29079
  'acs_access_groups',
29080
29080
  ],
29081
29081
  type: 'string',
@@ -29095,7 +29095,7 @@ export default {
29095
29095
  'acs_entrances',
29096
29096
  'connected_accounts',
29097
29097
  'acs_systems',
29098
- 'user_identity',
29098
+ 'user_identities',
29099
29099
  'acs_access_groups',
29100
29100
  ],
29101
29101
  type: 'string',
@@ -29111,6 +29111,7 @@ export default {
29111
29111
  schema: {
29112
29112
  properties: {
29113
29113
  batch: {
29114
+ description: 'A batch of workspace resources.',
29114
29115
  properties: {
29115
29116
  acs_access_groups: {
29116
29117
  items: {
@@ -29126,7 +29127,6 @@ export default {
29126
29127
  items: { $ref: '#/components/schemas/acs_system' },
29127
29128
  type: 'array',
29128
29129
  },
29129
- batch_type: { enum: ['access_grants'], type: 'string' },
29130
29130
  connected_accounts: {
29131
29131
  items: {
29132
29132
  $ref: '#/components/schemas/connected_account',
@@ -29146,7 +29146,6 @@ export default {
29146
29146
  type: 'array',
29147
29147
  },
29148
29148
  },
29149
- required: ['batch_type'],
29150
29149
  type: 'object',
29151
29150
  },
29152
29151
  ok: { type: 'boolean' },
@@ -29168,7 +29167,15 @@ export default {
29168
29167
  ],
29169
29168
  summary: '/access_grants/get_related',
29170
29169
  tags: [],
29171
- 'x-batch-type': 'access_grants',
29170
+ 'x-batch-keys': [
29171
+ 'spaces',
29172
+ 'devices',
29173
+ 'acs_entrances',
29174
+ 'connected_accounts',
29175
+ 'acs_systems',
29176
+ 'user_identities',
29177
+ 'acs_access_groups',
29178
+ ],
29172
29179
  'x-draft': 'Early access.',
29173
29180
  'x-fern-sdk-group-name': ['access_grants'],
29174
29181
  'x-fern-sdk-method-name': 'get_related',
@@ -29199,7 +29206,7 @@ export default {
29199
29206
  'acs_entrances',
29200
29207
  'connected_accounts',
29201
29208
  'acs_systems',
29202
- 'user_identity',
29209
+ 'user_identities',
29203
29210
  'acs_access_groups',
29204
29211
  ],
29205
29212
  type: 'string',
@@ -29214,7 +29221,7 @@ export default {
29214
29221
  'acs_entrances',
29215
29222
  'connected_accounts',
29216
29223
  'acs_systems',
29217
- 'user_identity',
29224
+ 'user_identities',
29218
29225
  'acs_access_groups',
29219
29226
  ],
29220
29227
  type: 'string',
@@ -29235,6 +29242,7 @@ export default {
29235
29242
  schema: {
29236
29243
  properties: {
29237
29244
  batch: {
29245
+ description: 'A batch of workspace resources.',
29238
29246
  properties: {
29239
29247
  acs_access_groups: {
29240
29248
  items: {
@@ -29250,7 +29258,6 @@ export default {
29250
29258
  items: { $ref: '#/components/schemas/acs_system' },
29251
29259
  type: 'array',
29252
29260
  },
29253
- batch_type: { enum: ['access_grants'], type: 'string' },
29254
29261
  connected_accounts: {
29255
29262
  items: {
29256
29263
  $ref: '#/components/schemas/connected_account',
@@ -29270,7 +29277,6 @@ export default {
29270
29277
  type: 'array',
29271
29278
  },
29272
29279
  },
29273
- required: ['batch_type'],
29274
29280
  type: 'object',
29275
29281
  },
29276
29282
  ok: { type: 'boolean' },
@@ -29292,7 +29298,15 @@ export default {
29292
29298
  ],
29293
29299
  summary: '/access_grants/get_related',
29294
29300
  tags: [],
29295
- 'x-batch-type': 'access_grants',
29301
+ 'x-batch-keys': [
29302
+ 'spaces',
29303
+ 'devices',
29304
+ 'acs_entrances',
29305
+ 'connected_accounts',
29306
+ 'acs_systems',
29307
+ 'user_identities',
29308
+ 'acs_access_groups',
29309
+ ],
29296
29310
  'x-draft': 'Early access.',
29297
29311
  'x-fern-sdk-group-name': ['access_grants'],
29298
29312
  'x-fern-sdk-method-name': 'get_related',
@@ -31175,10 +31189,6 @@ export default {
31175
31189
  batch: {
31176
31190
  description: 'A batch of workspace resources.',
31177
31191
  properties: {
31178
- access_codes: {
31179
- items: { $ref: '#/components/schemas/access_code' },
31180
- type: 'array',
31181
- },
31182
31192
  access_grants: {
31183
31193
  items: { $ref: '#/components/schemas/access_grant' },
31184
31194
  type: 'array',
@@ -31187,141 +31197,35 @@ export default {
31187
31197
  items: { $ref: '#/components/schemas/access_method' },
31188
31198
  type: 'array',
31189
31199
  },
31190
- acs_access_groups: {
31191
- items: {
31192
- $ref: '#/components/schemas/acs_access_group',
31193
- },
31194
- type: 'array',
31195
- },
31196
31200
  acs_credentials: {
31197
31201
  items: {
31198
31202
  $ref: '#/components/schemas/acs_credential',
31199
31203
  },
31200
31204
  type: 'array',
31201
31205
  },
31202
- acs_encoders: {
31203
- items: { $ref: '#/components/schemas/acs_encoder' },
31204
- type: 'array',
31205
- },
31206
31206
  acs_entrances: {
31207
31207
  items: { $ref: '#/components/schemas/acs_entrance' },
31208
31208
  type: 'array',
31209
31209
  },
31210
- acs_systems: {
31211
- items: { $ref: '#/components/schemas/acs_system' },
31212
- type: 'array',
31213
- },
31214
- acs_users: {
31215
- items: { $ref: '#/components/schemas/acs_user' },
31216
- type: 'array',
31217
- },
31218
- action_attempts: {
31219
- items: {
31220
- $ref: '#/components/schemas/action_attempt',
31221
- },
31222
- type: 'array',
31223
- },
31224
- batch_type: {
31225
- enum: [
31226
- 'workspaces',
31227
- 'spaces',
31228
- 'access_grants',
31229
- 'access_methods',
31230
- ],
31231
- type: 'string',
31232
- },
31233
31210
  client_sessions: {
31234
31211
  items: {
31235
31212
  $ref: '#/components/schemas/client_session',
31236
31213
  },
31237
31214
  type: 'array',
31238
31215
  },
31239
- connect_webviews: {
31240
- items: {
31241
- $ref: '#/components/schemas/connect_webview',
31242
- },
31243
- type: 'array',
31244
- },
31245
- customization_profiles: {
31246
- items: {
31247
- $ref: '#/components/schemas/customization_profile',
31248
- },
31249
- type: 'array',
31250
- },
31251
31216
  devices: {
31252
31217
  items: { $ref: '#/components/schemas/device' },
31253
31218
  type: 'array',
31254
31219
  },
31255
- events: {
31256
- items: { $ref: '#/components/schemas/event' },
31257
- type: 'array',
31258
- },
31259
31220
  instant_keys: {
31260
31221
  items: { $ref: '#/components/schemas/instant_key' },
31261
31222
  type: 'array',
31262
31223
  },
31263
- noise_thresholds: {
31264
- items: {
31265
- $ref: '#/components/schemas/noise_threshold',
31266
- },
31267
- type: 'array',
31268
- },
31269
31224
  spaces: {
31270
31225
  items: { $ref: '#/components/schemas/space' },
31271
31226
  type: 'array',
31272
31227
  },
31273
- thermostat_daily_programs: {
31274
- items: {
31275
- $ref: '#/components/schemas/thermostat_daily_program',
31276
- },
31277
- type: 'array',
31278
- },
31279
- thermostat_schedules: {
31280
- items: {
31281
- $ref: '#/components/schemas/thermostat_schedule',
31282
- },
31283
- type: 'array',
31284
- },
31285
- unmanaged_access_codes: {
31286
- items: {
31287
- $ref: '#/components/schemas/unmanaged_access_code',
31288
- },
31289
- type: 'array',
31290
- },
31291
- unmanaged_acs_access_groups: {
31292
- items: {
31293
- $ref: '#/components/schemas/unmanaged_acs_access_group',
31294
- },
31295
- type: 'array',
31296
- },
31297
- unmanaged_acs_credentials: {
31298
- items: {
31299
- $ref: '#/components/schemas/unmanaged_acs_credential',
31300
- },
31301
- type: 'array',
31302
- },
31303
- unmanaged_acs_users: {
31304
- items: {
31305
- $ref: '#/components/schemas/unmanaged_acs_user',
31306
- },
31307
- type: 'array',
31308
- },
31309
- unmanaged_devices: {
31310
- items: {
31311
- $ref: '#/components/schemas/unmanaged_device',
31312
- },
31313
- type: 'array',
31314
- },
31315
- user_identities: {
31316
- items: { $ref: '#/components/schemas/user_identity' },
31317
- type: 'array',
31318
- },
31319
- workspaces: {
31320
- items: { $ref: '#/components/schemas/workspace' },
31321
- type: 'array',
31322
- },
31323
31228
  },
31324
- required: ['batch_type'],
31325
31229
  type: 'object',
31326
31230
  },
31327
31231
  ok: { type: 'boolean' },
@@ -31344,7 +31248,16 @@ export default {
31344
31248
  ],
31345
31249
  summary: '/access_methods/get_related',
31346
31250
  tags: [],
31347
- 'x-batch-type': 'access_methods',
31251
+ 'x-batch-keys': [
31252
+ 'spaces',
31253
+ 'devices',
31254
+ 'acs_entrances',
31255
+ 'access_grants',
31256
+ 'access_methods',
31257
+ 'instant_keys',
31258
+ 'client_sessions',
31259
+ 'acs_credentials',
31260
+ ],
31348
31261
  'x-draft': 'Early access.',
31349
31262
  'x-fern-sdk-group-name': ['access_methods'],
31350
31263
  'x-fern-sdk-method-name': 'get_related',
@@ -31415,10 +31328,6 @@ export default {
31415
31328
  batch: {
31416
31329
  description: 'A batch of workspace resources.',
31417
31330
  properties: {
31418
- access_codes: {
31419
- items: { $ref: '#/components/schemas/access_code' },
31420
- type: 'array',
31421
- },
31422
31331
  access_grants: {
31423
31332
  items: { $ref: '#/components/schemas/access_grant' },
31424
31333
  type: 'array',
@@ -31427,141 +31336,35 @@ export default {
31427
31336
  items: { $ref: '#/components/schemas/access_method' },
31428
31337
  type: 'array',
31429
31338
  },
31430
- acs_access_groups: {
31431
- items: {
31432
- $ref: '#/components/schemas/acs_access_group',
31433
- },
31434
- type: 'array',
31435
- },
31436
31339
  acs_credentials: {
31437
31340
  items: {
31438
31341
  $ref: '#/components/schemas/acs_credential',
31439
31342
  },
31440
31343
  type: 'array',
31441
31344
  },
31442
- acs_encoders: {
31443
- items: { $ref: '#/components/schemas/acs_encoder' },
31444
- type: 'array',
31445
- },
31446
31345
  acs_entrances: {
31447
31346
  items: { $ref: '#/components/schemas/acs_entrance' },
31448
31347
  type: 'array',
31449
31348
  },
31450
- acs_systems: {
31451
- items: { $ref: '#/components/schemas/acs_system' },
31452
- type: 'array',
31453
- },
31454
- acs_users: {
31455
- items: { $ref: '#/components/schemas/acs_user' },
31456
- type: 'array',
31457
- },
31458
- action_attempts: {
31459
- items: {
31460
- $ref: '#/components/schemas/action_attempt',
31461
- },
31462
- type: 'array',
31463
- },
31464
- batch_type: {
31465
- enum: [
31466
- 'workspaces',
31467
- 'spaces',
31468
- 'access_grants',
31469
- 'access_methods',
31470
- ],
31471
- type: 'string',
31472
- },
31473
31349
  client_sessions: {
31474
31350
  items: {
31475
31351
  $ref: '#/components/schemas/client_session',
31476
31352
  },
31477
31353
  type: 'array',
31478
31354
  },
31479
- connect_webviews: {
31480
- items: {
31481
- $ref: '#/components/schemas/connect_webview',
31482
- },
31483
- type: 'array',
31484
- },
31485
- customization_profiles: {
31486
- items: {
31487
- $ref: '#/components/schemas/customization_profile',
31488
- },
31489
- type: 'array',
31490
- },
31491
31355
  devices: {
31492
31356
  items: { $ref: '#/components/schemas/device' },
31493
31357
  type: 'array',
31494
31358
  },
31495
- events: {
31496
- items: { $ref: '#/components/schemas/event' },
31497
- type: 'array',
31498
- },
31499
31359
  instant_keys: {
31500
31360
  items: { $ref: '#/components/schemas/instant_key' },
31501
31361
  type: 'array',
31502
31362
  },
31503
- noise_thresholds: {
31504
- items: {
31505
- $ref: '#/components/schemas/noise_threshold',
31506
- },
31507
- type: 'array',
31508
- },
31509
31363
  spaces: {
31510
31364
  items: { $ref: '#/components/schemas/space' },
31511
31365
  type: 'array',
31512
31366
  },
31513
- thermostat_daily_programs: {
31514
- items: {
31515
- $ref: '#/components/schemas/thermostat_daily_program',
31516
- },
31517
- type: 'array',
31518
- },
31519
- thermostat_schedules: {
31520
- items: {
31521
- $ref: '#/components/schemas/thermostat_schedule',
31522
- },
31523
- type: 'array',
31524
- },
31525
- unmanaged_access_codes: {
31526
- items: {
31527
- $ref: '#/components/schemas/unmanaged_access_code',
31528
- },
31529
- type: 'array',
31530
- },
31531
- unmanaged_acs_access_groups: {
31532
- items: {
31533
- $ref: '#/components/schemas/unmanaged_acs_access_group',
31534
- },
31535
- type: 'array',
31536
- },
31537
- unmanaged_acs_credentials: {
31538
- items: {
31539
- $ref: '#/components/schemas/unmanaged_acs_credential',
31540
- },
31541
- type: 'array',
31542
- },
31543
- unmanaged_acs_users: {
31544
- items: {
31545
- $ref: '#/components/schemas/unmanaged_acs_user',
31546
- },
31547
- type: 'array',
31548
- },
31549
- unmanaged_devices: {
31550
- items: {
31551
- $ref: '#/components/schemas/unmanaged_device',
31552
- },
31553
- type: 'array',
31554
- },
31555
- user_identities: {
31556
- items: { $ref: '#/components/schemas/user_identity' },
31557
- type: 'array',
31558
- },
31559
- workspaces: {
31560
- items: { $ref: '#/components/schemas/workspace' },
31561
- type: 'array',
31562
- },
31563
31367
  },
31564
- required: ['batch_type'],
31565
31368
  type: 'object',
31566
31369
  },
31567
31370
  ok: { type: 'boolean' },
@@ -31584,7 +31387,16 @@ export default {
31584
31387
  ],
31585
31388
  summary: '/access_methods/get_related',
31586
31389
  tags: [],
31587
- 'x-batch-type': 'access_methods',
31390
+ 'x-batch-keys': [
31391
+ 'spaces',
31392
+ 'devices',
31393
+ 'acs_entrances',
31394
+ 'access_grants',
31395
+ 'access_methods',
31396
+ 'instant_keys',
31397
+ 'client_sessions',
31398
+ 'acs_credentials',
31399
+ ],
31588
31400
  'x-draft': 'Early access.',
31589
31401
  'x-fern-sdk-group-name': ['access_methods'],
31590
31402
  'x-fern-sdk-method-name': 'get_related',
@@ -57348,7 +57160,7 @@ export default {
57348
57160
  schema: {
57349
57161
  properties: {
57350
57162
  batch: {
57351
- description: 'ID of the affected access system user.',
57163
+ description: 'A batch of workspace resources.',
57352
57164
  properties: {
57353
57165
  acs_entrances: {
57354
57166
  items: { $ref: '#/components/schemas/acs_entrance' },
@@ -57358,7 +57170,6 @@ export default {
57358
57170
  items: { $ref: '#/components/schemas/acs_system' },
57359
57171
  type: 'array',
57360
57172
  },
57361
- batch_type: { enum: ['spaces'], type: 'string' },
57362
57173
  connected_accounts: {
57363
57174
  items: {
57364
57175
  $ref: '#/components/schemas/connected_account',
@@ -57374,7 +57185,6 @@ export default {
57374
57185
  type: 'array',
57375
57186
  },
57376
57187
  },
57377
- required: ['batch_type'],
57378
57188
  type: 'object',
57379
57189
  },
57380
57190
  ok: { type: 'boolean' },
@@ -57397,7 +57207,13 @@ export default {
57397
57207
  ],
57398
57208
  summary: '/spaces/get_related',
57399
57209
  tags: [],
57400
- 'x-batch-type': 'spaces',
57210
+ 'x-batch-keys': [
57211
+ 'spaces',
57212
+ 'devices',
57213
+ 'acs_entrances',
57214
+ 'connected_accounts',
57215
+ 'acs_systems',
57216
+ ],
57401
57217
  'x-draft': 'Early access.',
57402
57218
  'x-fern-sdk-group-name': ['spaces'],
57403
57219
  'x-fern-sdk-method-name': 'get_related',
@@ -57464,7 +57280,7 @@ export default {
57464
57280
  schema: {
57465
57281
  properties: {
57466
57282
  batch: {
57467
- description: 'ID of the affected access system user.',
57283
+ description: 'A batch of workspace resources.',
57468
57284
  properties: {
57469
57285
  acs_entrances: {
57470
57286
  items: { $ref: '#/components/schemas/acs_entrance' },
@@ -57474,7 +57290,6 @@ export default {
57474
57290
  items: { $ref: '#/components/schemas/acs_system' },
57475
57291
  type: 'array',
57476
57292
  },
57477
- batch_type: { enum: ['spaces'], type: 'string' },
57478
57293
  connected_accounts: {
57479
57294
  items: {
57480
57295
  $ref: '#/components/schemas/connected_account',
@@ -57490,7 +57305,6 @@ export default {
57490
57305
  type: 'array',
57491
57306
  },
57492
57307
  },
57493
- required: ['batch_type'],
57494
57308
  type: 'object',
57495
57309
  },
57496
57310
  ok: { type: 'boolean' },
@@ -57513,7 +57327,13 @@ export default {
57513
57327
  ],
57514
57328
  summary: '/spaces/get_related',
57515
57329
  tags: [],
57516
- 'x-batch-type': 'spaces',
57330
+ 'x-batch-keys': [
57331
+ 'spaces',
57332
+ 'devices',
57333
+ 'acs_entrances',
57334
+ 'connected_accounts',
57335
+ 'acs_systems',
57336
+ ],
57517
57337
  'x-draft': 'Early access.',
57518
57338
  'x-fern-sdk-group-name': ['spaces'],
57519
57339
  'x-fern-sdk-method-name': 'get_related',
@@ -58346,6 +58166,7 @@ export default {
58346
58166
  { client_session: [] },
58347
58167
  { pat_with_workspace: [] },
58348
58168
  { console_session_with_workspace: [] },
58169
+ { client_session_with_customer: [] },
58349
58170
  { api_key: [] },
58350
58171
  ],
58351
58172
  summary: '/thermostats/create_climate_preset',
@@ -59798,6 +59619,7 @@ export default {
59798
59619
  { client_session: [] },
59799
59620
  { pat_with_workspace: [] },
59800
59621
  { console_session_with_workspace: [] },
59622
+ { client_session_with_customer: [] },
59801
59623
  { api_key: [] },
59802
59624
  ],
59803
59625
  summary: '/thermostats/schedules/create',
@@ -60076,6 +59898,7 @@ export default {
60076
59898
  { client_session: [] },
60077
59899
  { pat_with_workspace: [] },
60078
59900
  { console_session_with_workspace: [] },
59901
+ { client_session_with_customer: [] },
60079
59902
  ],
60080
59903
  summary: '/thermostats/schedules/list',
60081
59904
  tags: ['/thermostats'],
@@ -60141,6 +59964,7 @@ export default {
60141
59964
  { client_session: [] },
60142
59965
  { pat_with_workspace: [] },
60143
59966
  { console_session_with_workspace: [] },
59967
+ { client_session_with_customer: [] },
60144
59968
  ],
60145
59969
  summary: '/thermostats/schedules/list',
60146
59970
  tags: ['/thermostats'],
@@ -65914,15 +65738,6 @@ export default {
65914
65738
  },
65915
65739
  type: 'array',
65916
65740
  },
65917
- batch_type: {
65918
- enum: [
65919
- 'workspaces',
65920
- 'spaces',
65921
- 'access_grants',
65922
- 'access_methods',
65923
- ],
65924
- type: 'string',
65925
- },
65926
65741
  client_sessions: {
65927
65742
  items: {
65928
65743
  $ref: '#/components/schemas/client_session',
@@ -65935,6 +65750,12 @@ export default {
65935
65750
  },
65936
65751
  type: 'array',
65937
65752
  },
65753
+ connected_accounts: {
65754
+ items: {
65755
+ $ref: '#/components/schemas/connected_account',
65756
+ },
65757
+ type: 'array',
65758
+ },
65938
65759
  customization_profiles: {
65939
65760
  items: {
65940
65761
  $ref: '#/components/schemas/customization_profile',
@@ -66014,7 +65835,6 @@ export default {
66014
65835
  type: 'array',
66015
65836
  },
66016
65837
  },
66017
- required: ['batch_type'],
66018
65838
  type: 'object',
66019
65839
  },
66020
65840
  ok: { type: 'boolean' },
@@ -66036,7 +65856,36 @@ export default {
66036
65856
  ],
66037
65857
  summary: '/workspaces/find_anything',
66038
65858
  tags: ['/workspaces'],
66039
- 'x-batch-type': 'workspaces',
65859
+ 'x-batch-keys': [
65860
+ 'user_identities',
65861
+ 'workspaces',
65862
+ 'devices',
65863
+ 'acs_entrances',
65864
+ 'acs_systems',
65865
+ 'acs_users',
65866
+ 'acs_access_groups',
65867
+ 'acs_encoders',
65868
+ 'action_attempts',
65869
+ 'client_sessions',
65870
+ 'unmanaged_acs_users',
65871
+ 'unmanaged_acs_access_groups',
65872
+ 'unmanaged_devices',
65873
+ 'connect_webviews',
65874
+ 'spaces',
65875
+ 'access_methods',
65876
+ 'access_grants',
65877
+ 'connected_accounts',
65878
+ 'events',
65879
+ 'instant_keys',
65880
+ 'acs_credentials',
65881
+ 'unmanaged_acs_credentials',
65882
+ 'unmanaged_access_codes',
65883
+ 'access_codes',
65884
+ 'thermostat_daily_programs',
65885
+ 'thermostat_schedules',
65886
+ 'noise_thresholds',
65887
+ 'customization_profiles',
65888
+ ],
66040
65889
  'x-fern-sdk-group-name': ['workspaces'],
66041
65890
  'x-fern-sdk-method-name': 'find_anything',
66042
65891
  'x-fern-sdk-return-value': 'batch',
@@ -66113,15 +65962,6 @@ export default {
66113
65962
  },
66114
65963
  type: 'array',
66115
65964
  },
66116
- batch_type: {
66117
- enum: [
66118
- 'workspaces',
66119
- 'spaces',
66120
- 'access_grants',
66121
- 'access_methods',
66122
- ],
66123
- type: 'string',
66124
- },
66125
65965
  client_sessions: {
66126
65966
  items: {
66127
65967
  $ref: '#/components/schemas/client_session',
@@ -66134,6 +65974,12 @@ export default {
66134
65974
  },
66135
65975
  type: 'array',
66136
65976
  },
65977
+ connected_accounts: {
65978
+ items: {
65979
+ $ref: '#/components/schemas/connected_account',
65980
+ },
65981
+ type: 'array',
65982
+ },
66137
65983
  customization_profiles: {
66138
65984
  items: {
66139
65985
  $ref: '#/components/schemas/customization_profile',
@@ -66213,7 +66059,6 @@ export default {
66213
66059
  type: 'array',
66214
66060
  },
66215
66061
  },
66216
- required: ['batch_type'],
66217
66062
  type: 'object',
66218
66063
  },
66219
66064
  ok: { type: 'boolean' },
@@ -66235,7 +66080,36 @@ export default {
66235
66080
  ],
66236
66081
  summary: '/workspaces/find_anything',
66237
66082
  tags: ['/workspaces'],
66238
- 'x-batch-type': 'workspaces',
66083
+ 'x-batch-keys': [
66084
+ 'user_identities',
66085
+ 'workspaces',
66086
+ 'devices',
66087
+ 'acs_entrances',
66088
+ 'acs_systems',
66089
+ 'acs_users',
66090
+ 'acs_access_groups',
66091
+ 'acs_encoders',
66092
+ 'action_attempts',
66093
+ 'client_sessions',
66094
+ 'unmanaged_acs_users',
66095
+ 'unmanaged_acs_access_groups',
66096
+ 'unmanaged_devices',
66097
+ 'connect_webviews',
66098
+ 'spaces',
66099
+ 'access_methods',
66100
+ 'access_grants',
66101
+ 'connected_accounts',
66102
+ 'events',
66103
+ 'instant_keys',
66104
+ 'acs_credentials',
66105
+ 'unmanaged_acs_credentials',
66106
+ 'unmanaged_access_codes',
66107
+ 'access_codes',
66108
+ 'thermostat_daily_programs',
66109
+ 'thermostat_schedules',
66110
+ 'noise_thresholds',
66111
+ 'customization_profiles',
66112
+ ],
66239
66113
  'x-fern-sdk-group-name': ['workspaces'],
66240
66114
  'x-fern-sdk-method-name': 'find_anything',
66241
66115
  'x-fern-sdk-return-value': 'batch',