@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.
@@ -26136,7 +26136,7 @@ export default {
26136
26136
  'acs_entrances',
26137
26137
  'connected_accounts',
26138
26138
  'acs_systems',
26139
- 'user_identity',
26139
+ 'user_identities',
26140
26140
  'acs_access_groups',
26141
26141
  ],
26142
26142
  type: 'string',
@@ -26156,7 +26156,7 @@ export default {
26156
26156
  'acs_entrances',
26157
26157
  'connected_accounts',
26158
26158
  'acs_systems',
26159
- 'user_identity',
26159
+ 'user_identities',
26160
26160
  'acs_access_groups',
26161
26161
  ],
26162
26162
  type: 'string',
@@ -26172,6 +26172,7 @@ export default {
26172
26172
  schema: {
26173
26173
  properties: {
26174
26174
  batch: {
26175
+ description: 'A batch of workspace resources.',
26175
26176
  properties: {
26176
26177
  acs_access_groups: {
26177
26178
  items: {
@@ -26187,7 +26188,6 @@ export default {
26187
26188
  items: { $ref: '#/components/schemas/acs_system' },
26188
26189
  type: 'array',
26189
26190
  },
26190
- batch_type: { enum: ['access_grants'], type: 'string' },
26191
26191
  connected_accounts: {
26192
26192
  items: {
26193
26193
  $ref: '#/components/schemas/connected_account',
@@ -26207,7 +26207,6 @@ export default {
26207
26207
  type: 'array',
26208
26208
  },
26209
26209
  },
26210
- required: ['batch_type'],
26211
26210
  type: 'object',
26212
26211
  },
26213
26212
  ok: { type: 'boolean' },
@@ -26229,7 +26228,15 @@ export default {
26229
26228
  ],
26230
26229
  summary: '/access_grants/get_related',
26231
26230
  tags: [],
26232
- 'x-batch-type': 'access_grants',
26231
+ 'x-batch-keys': [
26232
+ 'spaces',
26233
+ 'devices',
26234
+ 'acs_entrances',
26235
+ 'connected_accounts',
26236
+ 'acs_systems',
26237
+ 'user_identities',
26238
+ 'acs_access_groups',
26239
+ ],
26233
26240
  'x-draft': 'Early access.',
26234
26241
  'x-fern-sdk-group-name': ['access_grants'],
26235
26242
  'x-fern-sdk-method-name': 'get_related',
@@ -26258,7 +26265,7 @@ export default {
26258
26265
  'acs_entrances',
26259
26266
  'connected_accounts',
26260
26267
  'acs_systems',
26261
- 'user_identity',
26268
+ 'user_identities',
26262
26269
  'acs_access_groups',
26263
26270
  ],
26264
26271
  type: 'string',
@@ -26273,7 +26280,7 @@ export default {
26273
26280
  'acs_entrances',
26274
26281
  'connected_accounts',
26275
26282
  'acs_systems',
26276
- 'user_identity',
26283
+ 'user_identities',
26277
26284
  'acs_access_groups',
26278
26285
  ],
26279
26286
  type: 'string',
@@ -26294,6 +26301,7 @@ export default {
26294
26301
  schema: {
26295
26302
  properties: {
26296
26303
  batch: {
26304
+ description: 'A batch of workspace resources.',
26297
26305
  properties: {
26298
26306
  acs_access_groups: {
26299
26307
  items: {
@@ -26309,7 +26317,6 @@ export default {
26309
26317
  items: { $ref: '#/components/schemas/acs_system' },
26310
26318
  type: 'array',
26311
26319
  },
26312
- batch_type: { enum: ['access_grants'], type: 'string' },
26313
26320
  connected_accounts: {
26314
26321
  items: {
26315
26322
  $ref: '#/components/schemas/connected_account',
@@ -26329,7 +26336,6 @@ export default {
26329
26336
  type: 'array',
26330
26337
  },
26331
26338
  },
26332
- required: ['batch_type'],
26333
26339
  type: 'object',
26334
26340
  },
26335
26341
  ok: { type: 'boolean' },
@@ -26351,7 +26357,15 @@ export default {
26351
26357
  ],
26352
26358
  summary: '/access_grants/get_related',
26353
26359
  tags: [],
26354
- 'x-batch-type': 'access_grants',
26360
+ 'x-batch-keys': [
26361
+ 'spaces',
26362
+ 'devices',
26363
+ 'acs_entrances',
26364
+ 'connected_accounts',
26365
+ 'acs_systems',
26366
+ 'user_identities',
26367
+ 'acs_access_groups',
26368
+ ],
26355
26369
  'x-draft': 'Early access.',
26356
26370
  'x-fern-sdk-group-name': ['access_grants'],
26357
26371
  'x-fern-sdk-method-name': 'get_related',
@@ -28109,10 +28123,6 @@ export default {
28109
28123
  batch: {
28110
28124
  description: 'A batch of workspace resources.',
28111
28125
  properties: {
28112
- access_codes: {
28113
- items: { $ref: '#/components/schemas/access_code' },
28114
- type: 'array',
28115
- },
28116
28126
  access_grants: {
28117
28127
  items: { $ref: '#/components/schemas/access_grant' },
28118
28128
  type: 'array',
@@ -28121,141 +28131,35 @@ export default {
28121
28131
  items: { $ref: '#/components/schemas/access_method' },
28122
28132
  type: 'array',
28123
28133
  },
28124
- acs_access_groups: {
28125
- items: {
28126
- $ref: '#/components/schemas/acs_access_group',
28127
- },
28128
- type: 'array',
28129
- },
28130
28134
  acs_credentials: {
28131
28135
  items: {
28132
28136
  $ref: '#/components/schemas/acs_credential',
28133
28137
  },
28134
28138
  type: 'array',
28135
28139
  },
28136
- acs_encoders: {
28137
- items: { $ref: '#/components/schemas/acs_encoder' },
28138
- type: 'array',
28139
- },
28140
28140
  acs_entrances: {
28141
28141
  items: { $ref: '#/components/schemas/acs_entrance' },
28142
28142
  type: 'array',
28143
28143
  },
28144
- acs_systems: {
28145
- items: { $ref: '#/components/schemas/acs_system' },
28146
- type: 'array',
28147
- },
28148
- acs_users: {
28149
- items: { $ref: '#/components/schemas/acs_user' },
28150
- type: 'array',
28151
- },
28152
- action_attempts: {
28153
- items: {
28154
- $ref: '#/components/schemas/action_attempt',
28155
- },
28156
- type: 'array',
28157
- },
28158
- batch_type: {
28159
- enum: [
28160
- 'workspaces',
28161
- 'spaces',
28162
- 'access_grants',
28163
- 'access_methods',
28164
- ],
28165
- type: 'string',
28166
- },
28167
28144
  client_sessions: {
28168
28145
  items: {
28169
28146
  $ref: '#/components/schemas/client_session',
28170
28147
  },
28171
28148
  type: 'array',
28172
28149
  },
28173
- connect_webviews: {
28174
- items: {
28175
- $ref: '#/components/schemas/connect_webview',
28176
- },
28177
- type: 'array',
28178
- },
28179
- customization_profiles: {
28180
- items: {
28181
- $ref: '#/components/schemas/customization_profile',
28182
- },
28183
- type: 'array',
28184
- },
28185
28150
  devices: {
28186
28151
  items: { $ref: '#/components/schemas/device' },
28187
28152
  type: 'array',
28188
28153
  },
28189
- events: {
28190
- items: { $ref: '#/components/schemas/event' },
28191
- type: 'array',
28192
- },
28193
28154
  instant_keys: {
28194
28155
  items: { $ref: '#/components/schemas/instant_key' },
28195
28156
  type: 'array',
28196
28157
  },
28197
- noise_thresholds: {
28198
- items: {
28199
- $ref: '#/components/schemas/noise_threshold',
28200
- },
28201
- type: 'array',
28202
- },
28203
28158
  spaces: {
28204
28159
  items: { $ref: '#/components/schemas/space' },
28205
28160
  type: 'array',
28206
28161
  },
28207
- thermostat_daily_programs: {
28208
- items: {
28209
- $ref: '#/components/schemas/thermostat_daily_program',
28210
- },
28211
- type: 'array',
28212
- },
28213
- thermostat_schedules: {
28214
- items: {
28215
- $ref: '#/components/schemas/thermostat_schedule',
28216
- },
28217
- type: 'array',
28218
- },
28219
- unmanaged_access_codes: {
28220
- items: {
28221
- $ref: '#/components/schemas/unmanaged_access_code',
28222
- },
28223
- type: 'array',
28224
- },
28225
- unmanaged_acs_access_groups: {
28226
- items: {
28227
- $ref: '#/components/schemas/unmanaged_acs_access_group',
28228
- },
28229
- type: 'array',
28230
- },
28231
- unmanaged_acs_credentials: {
28232
- items: {
28233
- $ref: '#/components/schemas/unmanaged_acs_credential',
28234
- },
28235
- type: 'array',
28236
- },
28237
- unmanaged_acs_users: {
28238
- items: {
28239
- $ref: '#/components/schemas/unmanaged_acs_user',
28240
- },
28241
- type: 'array',
28242
- },
28243
- unmanaged_devices: {
28244
- items: {
28245
- $ref: '#/components/schemas/unmanaged_device',
28246
- },
28247
- type: 'array',
28248
- },
28249
- user_identities: {
28250
- items: { $ref: '#/components/schemas/user_identity' },
28251
- type: 'array',
28252
- },
28253
- workspaces: {
28254
- items: { $ref: '#/components/schemas/workspace' },
28255
- type: 'array',
28256
- },
28257
28162
  },
28258
- required: ['batch_type'],
28259
28163
  type: 'object',
28260
28164
  },
28261
28165
  ok: { type: 'boolean' },
@@ -28278,7 +28182,16 @@ export default {
28278
28182
  ],
28279
28183
  summary: '/access_methods/get_related',
28280
28184
  tags: [],
28281
- 'x-batch-type': 'access_methods',
28185
+ 'x-batch-keys': [
28186
+ 'spaces',
28187
+ 'devices',
28188
+ 'acs_entrances',
28189
+ 'access_grants',
28190
+ 'access_methods',
28191
+ 'instant_keys',
28192
+ 'client_sessions',
28193
+ 'acs_credentials',
28194
+ ],
28282
28195
  'x-draft': 'Early access.',
28283
28196
  'x-fern-sdk-group-name': ['access_methods'],
28284
28197
  'x-fern-sdk-method-name': 'get_related',
@@ -28347,10 +28260,6 @@ export default {
28347
28260
  batch: {
28348
28261
  description: 'A batch of workspace resources.',
28349
28262
  properties: {
28350
- access_codes: {
28351
- items: { $ref: '#/components/schemas/access_code' },
28352
- type: 'array',
28353
- },
28354
28263
  access_grants: {
28355
28264
  items: { $ref: '#/components/schemas/access_grant' },
28356
28265
  type: 'array',
@@ -28359,141 +28268,35 @@ export default {
28359
28268
  items: { $ref: '#/components/schemas/access_method' },
28360
28269
  type: 'array',
28361
28270
  },
28362
- acs_access_groups: {
28363
- items: {
28364
- $ref: '#/components/schemas/acs_access_group',
28365
- },
28366
- type: 'array',
28367
- },
28368
28271
  acs_credentials: {
28369
28272
  items: {
28370
28273
  $ref: '#/components/schemas/acs_credential',
28371
28274
  },
28372
28275
  type: 'array',
28373
28276
  },
28374
- acs_encoders: {
28375
- items: { $ref: '#/components/schemas/acs_encoder' },
28376
- type: 'array',
28377
- },
28378
28277
  acs_entrances: {
28379
28278
  items: { $ref: '#/components/schemas/acs_entrance' },
28380
28279
  type: 'array',
28381
28280
  },
28382
- acs_systems: {
28383
- items: { $ref: '#/components/schemas/acs_system' },
28384
- type: 'array',
28385
- },
28386
- acs_users: {
28387
- items: { $ref: '#/components/schemas/acs_user' },
28388
- type: 'array',
28389
- },
28390
- action_attempts: {
28391
- items: {
28392
- $ref: '#/components/schemas/action_attempt',
28393
- },
28394
- type: 'array',
28395
- },
28396
- batch_type: {
28397
- enum: [
28398
- 'workspaces',
28399
- 'spaces',
28400
- 'access_grants',
28401
- 'access_methods',
28402
- ],
28403
- type: 'string',
28404
- },
28405
28281
  client_sessions: {
28406
28282
  items: {
28407
28283
  $ref: '#/components/schemas/client_session',
28408
28284
  },
28409
28285
  type: 'array',
28410
28286
  },
28411
- connect_webviews: {
28412
- items: {
28413
- $ref: '#/components/schemas/connect_webview',
28414
- },
28415
- type: 'array',
28416
- },
28417
- customization_profiles: {
28418
- items: {
28419
- $ref: '#/components/schemas/customization_profile',
28420
- },
28421
- type: 'array',
28422
- },
28423
28287
  devices: {
28424
28288
  items: { $ref: '#/components/schemas/device' },
28425
28289
  type: 'array',
28426
28290
  },
28427
- events: {
28428
- items: { $ref: '#/components/schemas/event' },
28429
- type: 'array',
28430
- },
28431
28291
  instant_keys: {
28432
28292
  items: { $ref: '#/components/schemas/instant_key' },
28433
28293
  type: 'array',
28434
28294
  },
28435
- noise_thresholds: {
28436
- items: {
28437
- $ref: '#/components/schemas/noise_threshold',
28438
- },
28439
- type: 'array',
28440
- },
28441
28295
  spaces: {
28442
28296
  items: { $ref: '#/components/schemas/space' },
28443
28297
  type: 'array',
28444
28298
  },
28445
- thermostat_daily_programs: {
28446
- items: {
28447
- $ref: '#/components/schemas/thermostat_daily_program',
28448
- },
28449
- type: 'array',
28450
- },
28451
- thermostat_schedules: {
28452
- items: {
28453
- $ref: '#/components/schemas/thermostat_schedule',
28454
- },
28455
- type: 'array',
28456
- },
28457
- unmanaged_access_codes: {
28458
- items: {
28459
- $ref: '#/components/schemas/unmanaged_access_code',
28460
- },
28461
- type: 'array',
28462
- },
28463
- unmanaged_acs_access_groups: {
28464
- items: {
28465
- $ref: '#/components/schemas/unmanaged_acs_access_group',
28466
- },
28467
- type: 'array',
28468
- },
28469
- unmanaged_acs_credentials: {
28470
- items: {
28471
- $ref: '#/components/schemas/unmanaged_acs_credential',
28472
- },
28473
- type: 'array',
28474
- },
28475
- unmanaged_acs_users: {
28476
- items: {
28477
- $ref: '#/components/schemas/unmanaged_acs_user',
28478
- },
28479
- type: 'array',
28480
- },
28481
- unmanaged_devices: {
28482
- items: {
28483
- $ref: '#/components/schemas/unmanaged_device',
28484
- },
28485
- type: 'array',
28486
- },
28487
- user_identities: {
28488
- items: { $ref: '#/components/schemas/user_identity' },
28489
- type: 'array',
28490
- },
28491
- workspaces: {
28492
- items: { $ref: '#/components/schemas/workspace' },
28493
- type: 'array',
28494
- },
28495
28299
  },
28496
- required: ['batch_type'],
28497
28300
  type: 'object',
28498
28301
  },
28499
28302
  ok: { type: 'boolean' },
@@ -28516,7 +28319,16 @@ export default {
28516
28319
  ],
28517
28320
  summary: '/access_methods/get_related',
28518
28321
  tags: [],
28519
- 'x-batch-type': 'access_methods',
28322
+ 'x-batch-keys': [
28323
+ 'spaces',
28324
+ 'devices',
28325
+ 'acs_entrances',
28326
+ 'access_grants',
28327
+ 'access_methods',
28328
+ 'instant_keys',
28329
+ 'client_sessions',
28330
+ 'acs_credentials',
28331
+ ],
28520
28332
  'x-draft': 'Early access.',
28521
28333
  'x-fern-sdk-group-name': ['access_methods'],
28522
28334
  'x-fern-sdk-method-name': 'get_related',
@@ -53009,7 +52821,7 @@ export default {
53009
52821
  schema: {
53010
52822
  properties: {
53011
52823
  batch: {
53012
- description: 'ID of the affected access system user.',
52824
+ description: 'A batch of workspace resources.',
53013
52825
  properties: {
53014
52826
  acs_entrances: {
53015
52827
  items: { $ref: '#/components/schemas/acs_entrance' },
@@ -53019,7 +52831,6 @@ export default {
53019
52831
  items: { $ref: '#/components/schemas/acs_system' },
53020
52832
  type: 'array',
53021
52833
  },
53022
- batch_type: { enum: ['spaces'], type: 'string' },
53023
52834
  connected_accounts: {
53024
52835
  items: {
53025
52836
  $ref: '#/components/schemas/connected_account',
@@ -53035,7 +52846,6 @@ export default {
53035
52846
  type: 'array',
53036
52847
  },
53037
52848
  },
53038
- required: ['batch_type'],
53039
52849
  type: 'object',
53040
52850
  },
53041
52851
  ok: { type: 'boolean' },
@@ -53058,7 +52868,13 @@ export default {
53058
52868
  ],
53059
52869
  summary: '/spaces/get_related',
53060
52870
  tags: [],
53061
- 'x-batch-type': 'spaces',
52871
+ 'x-batch-keys': [
52872
+ 'spaces',
52873
+ 'devices',
52874
+ 'acs_entrances',
52875
+ 'connected_accounts',
52876
+ 'acs_systems',
52877
+ ],
53062
52878
  'x-draft': 'Early access.',
53063
52879
  'x-fern-sdk-group-name': ['spaces'],
53064
52880
  'x-fern-sdk-method-name': 'get_related',
@@ -53123,7 +52939,7 @@ export default {
53123
52939
  schema: {
53124
52940
  properties: {
53125
52941
  batch: {
53126
- description: 'ID of the affected access system user.',
52942
+ description: 'A batch of workspace resources.',
53127
52943
  properties: {
53128
52944
  acs_entrances: {
53129
52945
  items: { $ref: '#/components/schemas/acs_entrance' },
@@ -53133,7 +52949,6 @@ export default {
53133
52949
  items: { $ref: '#/components/schemas/acs_system' },
53134
52950
  type: 'array',
53135
52951
  },
53136
- batch_type: { enum: ['spaces'], type: 'string' },
53137
52952
  connected_accounts: {
53138
52953
  items: {
53139
52954
  $ref: '#/components/schemas/connected_account',
@@ -53149,7 +52964,6 @@ export default {
53149
52964
  type: 'array',
53150
52965
  },
53151
52966
  },
53152
- required: ['batch_type'],
53153
52967
  type: 'object',
53154
52968
  },
53155
52969
  ok: { type: 'boolean' },
@@ -53172,7 +52986,13 @@ export default {
53172
52986
  ],
53173
52987
  summary: '/spaces/get_related',
53174
52988
  tags: [],
53175
- 'x-batch-type': 'spaces',
52989
+ 'x-batch-keys': [
52990
+ 'spaces',
52991
+ 'devices',
52992
+ 'acs_entrances',
52993
+ 'connected_accounts',
52994
+ 'acs_systems',
52995
+ ],
53176
52996
  'x-draft': 'Early access.',
53177
52997
  'x-fern-sdk-group-name': ['spaces'],
53178
52998
  'x-fern-sdk-method-name': 'get_related',
@@ -53958,6 +53778,7 @@ export default {
53958
53778
  { client_session: [] },
53959
53779
  { pat_with_workspace: [] },
53960
53780
  { console_session_with_workspace: [] },
53781
+ { client_session_with_customer: [] },
53961
53782
  { api_key: [] },
53962
53783
  ],
53963
53784
  summary: '/thermostats/create_climate_preset',
@@ -55328,6 +55149,7 @@ export default {
55328
55149
  { client_session: [] },
55329
55150
  { pat_with_workspace: [] },
55330
55151
  { console_session_with_workspace: [] },
55152
+ { client_session_with_customer: [] },
55331
55153
  { api_key: [] },
55332
55154
  ],
55333
55155
  summary: '/thermostats/schedules/create',
@@ -55595,6 +55417,7 @@ export default {
55595
55417
  { client_session: [] },
55596
55418
  { pat_with_workspace: [] },
55597
55419
  { console_session_with_workspace: [] },
55420
+ { client_session_with_customer: [] },
55598
55421
  ],
55599
55422
  summary: '/thermostats/schedules/list',
55600
55423
  tags: ['/thermostats'],
@@ -55657,6 +55480,7 @@ export default {
55657
55480
  { client_session: [] },
55658
55481
  { pat_with_workspace: [] },
55659
55482
  { console_session_with_workspace: [] },
55483
+ { client_session_with_customer: [] },
55660
55484
  ],
55661
55485
  summary: '/thermostats/schedules/list',
55662
55486
  tags: ['/thermostats'],
@@ -61078,15 +60902,6 @@ export default {
61078
60902
  },
61079
60903
  type: 'array',
61080
60904
  },
61081
- batch_type: {
61082
- enum: [
61083
- 'workspaces',
61084
- 'spaces',
61085
- 'access_grants',
61086
- 'access_methods',
61087
- ],
61088
- type: 'string',
61089
- },
61090
60905
  client_sessions: {
61091
60906
  items: {
61092
60907
  $ref: '#/components/schemas/client_session',
@@ -61099,6 +60914,12 @@ export default {
61099
60914
  },
61100
60915
  type: 'array',
61101
60916
  },
60917
+ connected_accounts: {
60918
+ items: {
60919
+ $ref: '#/components/schemas/connected_account',
60920
+ },
60921
+ type: 'array',
60922
+ },
61102
60923
  customization_profiles: {
61103
60924
  items: {
61104
60925
  $ref: '#/components/schemas/customization_profile',
@@ -61178,7 +60999,6 @@ export default {
61178
60999
  type: 'array',
61179
61000
  },
61180
61001
  },
61181
- required: ['batch_type'],
61182
61002
  type: 'object',
61183
61003
  },
61184
61004
  ok: { type: 'boolean' },
@@ -61200,7 +61020,36 @@ export default {
61200
61020
  ],
61201
61021
  summary: '/workspaces/find_anything',
61202
61022
  tags: ['/workspaces'],
61203
- 'x-batch-type': 'workspaces',
61023
+ 'x-batch-keys': [
61024
+ 'user_identities',
61025
+ 'workspaces',
61026
+ 'devices',
61027
+ 'acs_entrances',
61028
+ 'acs_systems',
61029
+ 'acs_users',
61030
+ 'acs_access_groups',
61031
+ 'acs_encoders',
61032
+ 'action_attempts',
61033
+ 'client_sessions',
61034
+ 'unmanaged_acs_users',
61035
+ 'unmanaged_acs_access_groups',
61036
+ 'unmanaged_devices',
61037
+ 'connect_webviews',
61038
+ 'spaces',
61039
+ 'access_methods',
61040
+ 'access_grants',
61041
+ 'connected_accounts',
61042
+ 'events',
61043
+ 'instant_keys',
61044
+ 'acs_credentials',
61045
+ 'unmanaged_acs_credentials',
61046
+ 'unmanaged_access_codes',
61047
+ 'access_codes',
61048
+ 'thermostat_daily_programs',
61049
+ 'thermostat_schedules',
61050
+ 'noise_thresholds',
61051
+ 'customization_profiles',
61052
+ ],
61204
61053
  'x-fern-sdk-group-name': ['workspaces'],
61205
61054
  'x-fern-sdk-method-name': 'find_anything',
61206
61055
  'x-fern-sdk-return-value': 'batch',
@@ -61277,15 +61126,6 @@ export default {
61277
61126
  },
61278
61127
  type: 'array',
61279
61128
  },
61280
- batch_type: {
61281
- enum: [
61282
- 'workspaces',
61283
- 'spaces',
61284
- 'access_grants',
61285
- 'access_methods',
61286
- ],
61287
- type: 'string',
61288
- },
61289
61129
  client_sessions: {
61290
61130
  items: {
61291
61131
  $ref: '#/components/schemas/client_session',
@@ -61298,6 +61138,12 @@ export default {
61298
61138
  },
61299
61139
  type: 'array',
61300
61140
  },
61141
+ connected_accounts: {
61142
+ items: {
61143
+ $ref: '#/components/schemas/connected_account',
61144
+ },
61145
+ type: 'array',
61146
+ },
61301
61147
  customization_profiles: {
61302
61148
  items: {
61303
61149
  $ref: '#/components/schemas/customization_profile',
@@ -61377,7 +61223,6 @@ export default {
61377
61223
  type: 'array',
61378
61224
  },
61379
61225
  },
61380
- required: ['batch_type'],
61381
61226
  type: 'object',
61382
61227
  },
61383
61228
  ok: { type: 'boolean' },
@@ -61399,7 +61244,36 @@ export default {
61399
61244
  ],
61400
61245
  summary: '/workspaces/find_anything',
61401
61246
  tags: ['/workspaces'],
61402
- 'x-batch-type': 'workspaces',
61247
+ 'x-batch-keys': [
61248
+ 'user_identities',
61249
+ 'workspaces',
61250
+ 'devices',
61251
+ 'acs_entrances',
61252
+ 'acs_systems',
61253
+ 'acs_users',
61254
+ 'acs_access_groups',
61255
+ 'acs_encoders',
61256
+ 'action_attempts',
61257
+ 'client_sessions',
61258
+ 'unmanaged_acs_users',
61259
+ 'unmanaged_acs_access_groups',
61260
+ 'unmanaged_devices',
61261
+ 'connect_webviews',
61262
+ 'spaces',
61263
+ 'access_methods',
61264
+ 'access_grants',
61265
+ 'connected_accounts',
61266
+ 'events',
61267
+ 'instant_keys',
61268
+ 'acs_credentials',
61269
+ 'unmanaged_acs_credentials',
61270
+ 'unmanaged_access_codes',
61271
+ 'access_codes',
61272
+ 'thermostat_daily_programs',
61273
+ 'thermostat_schedules',
61274
+ 'noise_thresholds',
61275
+ 'customization_profiles',
61276
+ ],
61403
61277
  'x-fern-sdk-group-name': ['workspaces'],
61404
61278
  'x-fern-sdk-method-name': 'find_anything',
61405
61279
  'x-fern-sdk-return-value': 'batch',