@seamapi/types 1.645.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.
@@ -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',
@@ -65914,15 +65734,6 @@ export default {
65914
65734
  },
65915
65735
  type: 'array',
65916
65736
  },
65917
- batch_type: {
65918
- enum: [
65919
- 'workspaces',
65920
- 'spaces',
65921
- 'access_grants',
65922
- 'access_methods',
65923
- ],
65924
- type: 'string',
65925
- },
65926
65737
  client_sessions: {
65927
65738
  items: {
65928
65739
  $ref: '#/components/schemas/client_session',
@@ -65935,6 +65746,12 @@ export default {
65935
65746
  },
65936
65747
  type: 'array',
65937
65748
  },
65749
+ connected_accounts: {
65750
+ items: {
65751
+ $ref: '#/components/schemas/connected_account',
65752
+ },
65753
+ type: 'array',
65754
+ },
65938
65755
  customization_profiles: {
65939
65756
  items: {
65940
65757
  $ref: '#/components/schemas/customization_profile',
@@ -66014,7 +65831,6 @@ export default {
66014
65831
  type: 'array',
66015
65832
  },
66016
65833
  },
66017
- required: ['batch_type'],
66018
65834
  type: 'object',
66019
65835
  },
66020
65836
  ok: { type: 'boolean' },
@@ -66036,7 +65852,36 @@ export default {
66036
65852
  ],
66037
65853
  summary: '/workspaces/find_anything',
66038
65854
  tags: ['/workspaces'],
66039
- 'x-batch-type': 'workspaces',
65855
+ 'x-batch-keys': [
65856
+ 'user_identities',
65857
+ 'workspaces',
65858
+ 'devices',
65859
+ 'acs_entrances',
65860
+ 'acs_systems',
65861
+ 'acs_users',
65862
+ 'acs_access_groups',
65863
+ 'acs_encoders',
65864
+ 'action_attempts',
65865
+ 'client_sessions',
65866
+ 'unmanaged_acs_users',
65867
+ 'unmanaged_acs_access_groups',
65868
+ 'unmanaged_devices',
65869
+ 'connect_webviews',
65870
+ 'spaces',
65871
+ 'access_methods',
65872
+ 'access_grants',
65873
+ 'connected_accounts',
65874
+ 'events',
65875
+ 'instant_keys',
65876
+ 'acs_credentials',
65877
+ 'unmanaged_acs_credentials',
65878
+ 'unmanaged_access_codes',
65879
+ 'access_codes',
65880
+ 'thermostat_daily_programs',
65881
+ 'thermostat_schedules',
65882
+ 'noise_thresholds',
65883
+ 'customization_profiles',
65884
+ ],
66040
65885
  'x-fern-sdk-group-name': ['workspaces'],
66041
65886
  'x-fern-sdk-method-name': 'find_anything',
66042
65887
  'x-fern-sdk-return-value': 'batch',
@@ -66113,15 +65958,6 @@ export default {
66113
65958
  },
66114
65959
  type: 'array',
66115
65960
  },
66116
- batch_type: {
66117
- enum: [
66118
- 'workspaces',
66119
- 'spaces',
66120
- 'access_grants',
66121
- 'access_methods',
66122
- ],
66123
- type: 'string',
66124
- },
66125
65961
  client_sessions: {
66126
65962
  items: {
66127
65963
  $ref: '#/components/schemas/client_session',
@@ -66134,6 +65970,12 @@ export default {
66134
65970
  },
66135
65971
  type: 'array',
66136
65972
  },
65973
+ connected_accounts: {
65974
+ items: {
65975
+ $ref: '#/components/schemas/connected_account',
65976
+ },
65977
+ type: 'array',
65978
+ },
66137
65979
  customization_profiles: {
66138
65980
  items: {
66139
65981
  $ref: '#/components/schemas/customization_profile',
@@ -66213,7 +66055,6 @@ export default {
66213
66055
  type: 'array',
66214
66056
  },
66215
66057
  },
66216
- required: ['batch_type'],
66217
66058
  type: 'object',
66218
66059
  },
66219
66060
  ok: { type: 'boolean' },
@@ -66235,7 +66076,36 @@ export default {
66235
66076
  ],
66236
66077
  summary: '/workspaces/find_anything',
66237
66078
  tags: ['/workspaces'],
66238
- 'x-batch-type': 'workspaces',
66079
+ 'x-batch-keys': [
66080
+ 'user_identities',
66081
+ 'workspaces',
66082
+ 'devices',
66083
+ 'acs_entrances',
66084
+ 'acs_systems',
66085
+ 'acs_users',
66086
+ 'acs_access_groups',
66087
+ 'acs_encoders',
66088
+ 'action_attempts',
66089
+ 'client_sessions',
66090
+ 'unmanaged_acs_users',
66091
+ 'unmanaged_acs_access_groups',
66092
+ 'unmanaged_devices',
66093
+ 'connect_webviews',
66094
+ 'spaces',
66095
+ 'access_methods',
66096
+ 'access_grants',
66097
+ 'connected_accounts',
66098
+ 'events',
66099
+ 'instant_keys',
66100
+ 'acs_credentials',
66101
+ 'unmanaged_acs_credentials',
66102
+ 'unmanaged_access_codes',
66103
+ 'access_codes',
66104
+ 'thermostat_daily_programs',
66105
+ 'thermostat_schedules',
66106
+ 'noise_thresholds',
66107
+ 'customization_profiles',
66108
+ ],
66239
66109
  'x-fern-sdk-group-name': ['workspaces'],
66240
66110
  'x-fern-sdk-method-name': 'find_anything',
66241
66111
  'x-fern-sdk-return-value': 'batch',