@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.
@@ -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',
@@ -61078,15 +60898,6 @@ export default {
61078
60898
  },
61079
60899
  type: 'array',
61080
60900
  },
61081
- batch_type: {
61082
- enum: [
61083
- 'workspaces',
61084
- 'spaces',
61085
- 'access_grants',
61086
- 'access_methods',
61087
- ],
61088
- type: 'string',
61089
- },
61090
60901
  client_sessions: {
61091
60902
  items: {
61092
60903
  $ref: '#/components/schemas/client_session',
@@ -61099,6 +60910,12 @@ export default {
61099
60910
  },
61100
60911
  type: 'array',
61101
60912
  },
60913
+ connected_accounts: {
60914
+ items: {
60915
+ $ref: '#/components/schemas/connected_account',
60916
+ },
60917
+ type: 'array',
60918
+ },
61102
60919
  customization_profiles: {
61103
60920
  items: {
61104
60921
  $ref: '#/components/schemas/customization_profile',
@@ -61178,7 +60995,6 @@ export default {
61178
60995
  type: 'array',
61179
60996
  },
61180
60997
  },
61181
- required: ['batch_type'],
61182
60998
  type: 'object',
61183
60999
  },
61184
61000
  ok: { type: 'boolean' },
@@ -61200,7 +61016,36 @@ export default {
61200
61016
  ],
61201
61017
  summary: '/workspaces/find_anything',
61202
61018
  tags: ['/workspaces'],
61203
- '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
+ ],
61204
61049
  'x-fern-sdk-group-name': ['workspaces'],
61205
61050
  'x-fern-sdk-method-name': 'find_anything',
61206
61051
  'x-fern-sdk-return-value': 'batch',
@@ -61277,15 +61122,6 @@ export default {
61277
61122
  },
61278
61123
  type: 'array',
61279
61124
  },
61280
- batch_type: {
61281
- enum: [
61282
- 'workspaces',
61283
- 'spaces',
61284
- 'access_grants',
61285
- 'access_methods',
61286
- ],
61287
- type: 'string',
61288
- },
61289
61125
  client_sessions: {
61290
61126
  items: {
61291
61127
  $ref: '#/components/schemas/client_session',
@@ -61298,6 +61134,12 @@ export default {
61298
61134
  },
61299
61135
  type: 'array',
61300
61136
  },
61137
+ connected_accounts: {
61138
+ items: {
61139
+ $ref: '#/components/schemas/connected_account',
61140
+ },
61141
+ type: 'array',
61142
+ },
61301
61143
  customization_profiles: {
61302
61144
  items: {
61303
61145
  $ref: '#/components/schemas/customization_profile',
@@ -61377,7 +61219,6 @@ export default {
61377
61219
  type: 'array',
61378
61220
  },
61379
61221
  },
61380
- required: ['batch_type'],
61381
61222
  type: 'object',
61382
61223
  },
61383
61224
  ok: { type: 'boolean' },
@@ -61399,7 +61240,36 @@ export default {
61399
61240
  ],
61400
61241
  summary: '/workspaces/find_anything',
61401
61242
  tags: ['/workspaces'],
61402
- '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
+ ],
61403
61273
  'x-fern-sdk-group-name': ['workspaces'],
61404
61274
  'x-fern-sdk-method-name': 'find_anything',
61405
61275
  'x-fern-sdk-return-value': 'batch',