@seamapi/types 1.644.0 → 1.646.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',
@@ -52195,6 +52007,56 @@ export default {
52195
52007
  'x-undocumented': 'Mobile SDK only.',
52196
52008
  },
52197
52009
  },
52010
+ '/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
52011
+ post: {
52012
+ description: 'Reports audit trail data from Salto Space mobile SDK.',
52013
+ operationId: 'seamMobileSdkV1ReportSaltoSpaceAuditTrailPost',
52014
+ requestBody: {
52015
+ content: {
52016
+ 'application/json': {
52017
+ schema: {
52018
+ properties: {
52019
+ acs_system_id: { format: 'uuid', type: 'string' },
52020
+ salto_space_metadata: {
52021
+ properties: {
52022
+ justin_mobile_sdk_audit_trail_data: { type: 'string' },
52023
+ },
52024
+ required: ['justin_mobile_sdk_audit_trail_data'],
52025
+ type: 'object',
52026
+ },
52027
+ },
52028
+ required: ['acs_system_id', 'salto_space_metadata'],
52029
+ type: 'object',
52030
+ },
52031
+ },
52032
+ },
52033
+ },
52034
+ responses: {
52035
+ 200: {
52036
+ content: {
52037
+ 'application/json': {
52038
+ schema: {
52039
+ properties: { ok: { type: 'boolean' } },
52040
+ required: ['ok'],
52041
+ type: 'object',
52042
+ },
52043
+ },
52044
+ },
52045
+ description: 'OK',
52046
+ },
52047
+ 400: { description: 'Bad Request' },
52048
+ 401: { description: 'Unauthorized' },
52049
+ },
52050
+ security: [{ client_session: [] }],
52051
+ summary: '/seam/mobile_sdk/v1/report_salto_space_audit_trail',
52052
+ tags: [],
52053
+ 'x-fern-sdk-group-name': ['seam', 'mobile_sdk', 'v1'],
52054
+ 'x-fern-sdk-method-name': 'report_salto_space_audit_trail',
52055
+ 'x-response-key': null,
52056
+ 'x-title': 'Report Salto Space Audit Trail',
52057
+ 'x-undocumented': 'Mobile SDK only.',
52058
+ },
52059
+ },
52198
52060
  '/seam/partner/v1/building_blocks/spaces/auto_map': {
52199
52061
  get: {
52200
52062
  description: 'Auto-maps partner resources that have been pushed to Seam.',
@@ -52959,7 +52821,7 @@ export default {
52959
52821
  schema: {
52960
52822
  properties: {
52961
52823
  batch: {
52962
- description: 'ID of the affected access system user.',
52824
+ description: 'A batch of workspace resources.',
52963
52825
  properties: {
52964
52826
  acs_entrances: {
52965
52827
  items: { $ref: '#/components/schemas/acs_entrance' },
@@ -52969,7 +52831,6 @@ export default {
52969
52831
  items: { $ref: '#/components/schemas/acs_system' },
52970
52832
  type: 'array',
52971
52833
  },
52972
- batch_type: { enum: ['spaces'], type: 'string' },
52973
52834
  connected_accounts: {
52974
52835
  items: {
52975
52836
  $ref: '#/components/schemas/connected_account',
@@ -52985,7 +52846,6 @@ export default {
52985
52846
  type: 'array',
52986
52847
  },
52987
52848
  },
52988
- required: ['batch_type'],
52989
52849
  type: 'object',
52990
52850
  },
52991
52851
  ok: { type: 'boolean' },
@@ -53008,7 +52868,13 @@ export default {
53008
52868
  ],
53009
52869
  summary: '/spaces/get_related',
53010
52870
  tags: [],
53011
- 'x-batch-type': 'spaces',
52871
+ 'x-batch-keys': [
52872
+ 'spaces',
52873
+ 'devices',
52874
+ 'acs_entrances',
52875
+ 'connected_accounts',
52876
+ 'acs_systems',
52877
+ ],
53012
52878
  'x-draft': 'Early access.',
53013
52879
  'x-fern-sdk-group-name': ['spaces'],
53014
52880
  'x-fern-sdk-method-name': 'get_related',
@@ -53073,7 +52939,7 @@ export default {
53073
52939
  schema: {
53074
52940
  properties: {
53075
52941
  batch: {
53076
- description: 'ID of the affected access system user.',
52942
+ description: 'A batch of workspace resources.',
53077
52943
  properties: {
53078
52944
  acs_entrances: {
53079
52945
  items: { $ref: '#/components/schemas/acs_entrance' },
@@ -53083,7 +52949,6 @@ export default {
53083
52949
  items: { $ref: '#/components/schemas/acs_system' },
53084
52950
  type: 'array',
53085
52951
  },
53086
- batch_type: { enum: ['spaces'], type: 'string' },
53087
52952
  connected_accounts: {
53088
52953
  items: {
53089
52954
  $ref: '#/components/schemas/connected_account',
@@ -53099,7 +52964,6 @@ export default {
53099
52964
  type: 'array',
53100
52965
  },
53101
52966
  },
53102
- required: ['batch_type'],
53103
52967
  type: 'object',
53104
52968
  },
53105
52969
  ok: { type: 'boolean' },
@@ -53122,7 +52986,13 @@ export default {
53122
52986
  ],
53123
52987
  summary: '/spaces/get_related',
53124
52988
  tags: [],
53125
- 'x-batch-type': 'spaces',
52989
+ 'x-batch-keys': [
52990
+ 'spaces',
52991
+ 'devices',
52992
+ 'acs_entrances',
52993
+ 'connected_accounts',
52994
+ 'acs_systems',
52995
+ ],
53126
52996
  'x-draft': 'Early access.',
53127
52997
  'x-fern-sdk-group-name': ['spaces'],
53128
52998
  'x-fern-sdk-method-name': 'get_related',
@@ -61028,15 +60898,6 @@ export default {
61028
60898
  },
61029
60899
  type: 'array',
61030
60900
  },
61031
- batch_type: {
61032
- enum: [
61033
- 'workspaces',
61034
- 'spaces',
61035
- 'access_grants',
61036
- 'access_methods',
61037
- ],
61038
- type: 'string',
61039
- },
61040
60901
  client_sessions: {
61041
60902
  items: {
61042
60903
  $ref: '#/components/schemas/client_session',
@@ -61049,6 +60910,12 @@ export default {
61049
60910
  },
61050
60911
  type: 'array',
61051
60912
  },
60913
+ connected_accounts: {
60914
+ items: {
60915
+ $ref: '#/components/schemas/connected_account',
60916
+ },
60917
+ type: 'array',
60918
+ },
61052
60919
  customization_profiles: {
61053
60920
  items: {
61054
60921
  $ref: '#/components/schemas/customization_profile',
@@ -61128,7 +60995,6 @@ export default {
61128
60995
  type: 'array',
61129
60996
  },
61130
60997
  },
61131
- required: ['batch_type'],
61132
60998
  type: 'object',
61133
60999
  },
61134
61000
  ok: { type: 'boolean' },
@@ -61150,7 +61016,36 @@ export default {
61150
61016
  ],
61151
61017
  summary: '/workspaces/find_anything',
61152
61018
  tags: ['/workspaces'],
61153
- 'x-batch-type': 'workspaces',
61019
+ 'x-batch-keys': [
61020
+ 'user_identities',
61021
+ 'workspaces',
61022
+ 'devices',
61023
+ 'acs_entrances',
61024
+ 'acs_systems',
61025
+ 'acs_users',
61026
+ 'acs_access_groups',
61027
+ 'acs_encoders',
61028
+ 'action_attempts',
61029
+ 'client_sessions',
61030
+ 'unmanaged_acs_users',
61031
+ 'unmanaged_acs_access_groups',
61032
+ 'unmanaged_devices',
61033
+ 'connect_webviews',
61034
+ 'spaces',
61035
+ 'access_methods',
61036
+ 'access_grants',
61037
+ 'connected_accounts',
61038
+ 'events',
61039
+ 'instant_keys',
61040
+ 'acs_credentials',
61041
+ 'unmanaged_acs_credentials',
61042
+ 'unmanaged_access_codes',
61043
+ 'access_codes',
61044
+ 'thermostat_daily_programs',
61045
+ 'thermostat_schedules',
61046
+ 'noise_thresholds',
61047
+ 'customization_profiles',
61048
+ ],
61154
61049
  'x-fern-sdk-group-name': ['workspaces'],
61155
61050
  'x-fern-sdk-method-name': 'find_anything',
61156
61051
  'x-fern-sdk-return-value': 'batch',
@@ -61227,15 +61122,6 @@ export default {
61227
61122
  },
61228
61123
  type: 'array',
61229
61124
  },
61230
- batch_type: {
61231
- enum: [
61232
- 'workspaces',
61233
- 'spaces',
61234
- 'access_grants',
61235
- 'access_methods',
61236
- ],
61237
- type: 'string',
61238
- },
61239
61125
  client_sessions: {
61240
61126
  items: {
61241
61127
  $ref: '#/components/schemas/client_session',
@@ -61248,6 +61134,12 @@ export default {
61248
61134
  },
61249
61135
  type: 'array',
61250
61136
  },
61137
+ connected_accounts: {
61138
+ items: {
61139
+ $ref: '#/components/schemas/connected_account',
61140
+ },
61141
+ type: 'array',
61142
+ },
61251
61143
  customization_profiles: {
61252
61144
  items: {
61253
61145
  $ref: '#/components/schemas/customization_profile',
@@ -61327,7 +61219,6 @@ export default {
61327
61219
  type: 'array',
61328
61220
  },
61329
61221
  },
61330
- required: ['batch_type'],
61331
61222
  type: 'object',
61332
61223
  },
61333
61224
  ok: { type: 'boolean' },
@@ -61349,7 +61240,36 @@ export default {
61349
61240
  ],
61350
61241
  summary: '/workspaces/find_anything',
61351
61242
  tags: ['/workspaces'],
61352
- 'x-batch-type': 'workspaces',
61243
+ 'x-batch-keys': [
61244
+ 'user_identities',
61245
+ 'workspaces',
61246
+ 'devices',
61247
+ 'acs_entrances',
61248
+ 'acs_systems',
61249
+ 'acs_users',
61250
+ 'acs_access_groups',
61251
+ 'acs_encoders',
61252
+ 'action_attempts',
61253
+ 'client_sessions',
61254
+ 'unmanaged_acs_users',
61255
+ 'unmanaged_acs_access_groups',
61256
+ 'unmanaged_devices',
61257
+ 'connect_webviews',
61258
+ 'spaces',
61259
+ 'access_methods',
61260
+ 'access_grants',
61261
+ 'connected_accounts',
61262
+ 'events',
61263
+ 'instant_keys',
61264
+ 'acs_credentials',
61265
+ 'unmanaged_acs_credentials',
61266
+ 'unmanaged_access_codes',
61267
+ 'access_codes',
61268
+ 'thermostat_daily_programs',
61269
+ 'thermostat_schedules',
61270
+ 'noise_thresholds',
61271
+ 'customization_profiles',
61272
+ ],
61353
61273
  'x-fern-sdk-group-name': ['workspaces'],
61354
61274
  'x-fern-sdk-method-name': 'find_anything',
61355
61275
  'x-fern-sdk-return-value': 'batch',