@seamapi/types 1.208.0 → 1.209.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.
package/dist/connect.cjs CHANGED
@@ -12406,6 +12406,253 @@ var openapi_default = {
12406
12406
  "x-fern-sdk-return-value": "networks"
12407
12407
  }
12408
12408
  },
12409
+ "/noise_sensors/list": {
12410
+ post: {
12411
+ operationId: "noiseSensorsListPost",
12412
+ requestBody: {
12413
+ content: {
12414
+ "application/json": {
12415
+ schema: {
12416
+ properties: {
12417
+ connect_webview_id: { format: "uuid", type: "string" },
12418
+ connected_account_id: {
12419
+ description: "List all devices owned by this connected account",
12420
+ format: "uuid",
12421
+ type: "string"
12422
+ },
12423
+ connected_account_ids: {
12424
+ items: { format: "uuid", type: "string" },
12425
+ type: "array"
12426
+ },
12427
+ created_before: { format: "date-time", type: "string" },
12428
+ custom_metadata_has: {
12429
+ additionalProperties: {
12430
+ oneOf: [{ type: "string" }, { type: "boolean" }]
12431
+ },
12432
+ type: "object"
12433
+ },
12434
+ device_ids: {
12435
+ items: { format: "uuid", type: "string" },
12436
+ type: "array"
12437
+ },
12438
+ device_type: {
12439
+ oneOf: [
12440
+ {
12441
+ enum: [
12442
+ "akuvox_lock",
12443
+ "august_lock",
12444
+ "brivo_access_point",
12445
+ "butterflymx_panel",
12446
+ "avigilon_alta_entry",
12447
+ "doorking_lock",
12448
+ "genie_door",
12449
+ "igloo_lock",
12450
+ "linear_lock",
12451
+ "lockly_lock",
12452
+ "kwikset_lock",
12453
+ "nuki_lock",
12454
+ "salto_lock",
12455
+ "schlage_lock",
12456
+ "seam_relay",
12457
+ "smartthings_lock",
12458
+ "wyze_lock",
12459
+ "yale_lock",
12460
+ "two_n_intercom",
12461
+ "controlbyweb_device",
12462
+ "ttlock_lock",
12463
+ "igloohome_lock",
12464
+ "hubitat_lock",
12465
+ "four_suites_door",
12466
+ "dormakaba_oracode_door",
12467
+ "tedee_lock"
12468
+ ],
12469
+ type: "string"
12470
+ },
12471
+ {
12472
+ enum: ["noiseaware_activity_zone", "minut_sensor"],
12473
+ type: "string"
12474
+ },
12475
+ {
12476
+ enum: [
12477
+ "ecobee_thermostat",
12478
+ "nest_thermostat",
12479
+ "honeywell_resideo_thermostat"
12480
+ ],
12481
+ type: "string"
12482
+ },
12483
+ { enum: ["ios_phone", "android_phone"], type: "string" }
12484
+ ]
12485
+ },
12486
+ device_types: {
12487
+ items: {
12488
+ oneOf: [
12489
+ {
12490
+ enum: [
12491
+ "akuvox_lock",
12492
+ "august_lock",
12493
+ "brivo_access_point",
12494
+ "butterflymx_panel",
12495
+ "avigilon_alta_entry",
12496
+ "doorking_lock",
12497
+ "genie_door",
12498
+ "igloo_lock",
12499
+ "linear_lock",
12500
+ "lockly_lock",
12501
+ "kwikset_lock",
12502
+ "nuki_lock",
12503
+ "salto_lock",
12504
+ "schlage_lock",
12505
+ "seam_relay",
12506
+ "smartthings_lock",
12507
+ "wyze_lock",
12508
+ "yale_lock",
12509
+ "two_n_intercom",
12510
+ "controlbyweb_device",
12511
+ "ttlock_lock",
12512
+ "igloohome_lock",
12513
+ "hubitat_lock",
12514
+ "four_suites_door",
12515
+ "dormakaba_oracode_door",
12516
+ "tedee_lock"
12517
+ ],
12518
+ type: "string"
12519
+ },
12520
+ {
12521
+ enum: ["noiseaware_activity_zone", "minut_sensor"],
12522
+ type: "string"
12523
+ },
12524
+ {
12525
+ enum: [
12526
+ "ecobee_thermostat",
12527
+ "nest_thermostat",
12528
+ "honeywell_resideo_thermostat"
12529
+ ],
12530
+ type: "string"
12531
+ },
12532
+ {
12533
+ enum: ["ios_phone", "android_phone"],
12534
+ type: "string"
12535
+ }
12536
+ ]
12537
+ },
12538
+ type: "array"
12539
+ },
12540
+ exclude_if: {
12541
+ items: {
12542
+ enum: [
12543
+ "can_remotely_unlock",
12544
+ "can_remotely_lock",
12545
+ "can_program_offline_access_codes",
12546
+ "can_program_online_access_codes",
12547
+ "can_simulate_removal",
12548
+ "can_simulate_connection",
12549
+ "can_simulate_disconnection"
12550
+ ],
12551
+ type: "string"
12552
+ },
12553
+ type: "array"
12554
+ },
12555
+ include_if: {
12556
+ items: {
12557
+ enum: [
12558
+ "can_remotely_unlock",
12559
+ "can_remotely_lock",
12560
+ "can_program_offline_access_codes",
12561
+ "can_program_online_access_codes",
12562
+ "can_simulate_removal",
12563
+ "can_simulate_connection",
12564
+ "can_simulate_disconnection"
12565
+ ],
12566
+ type: "string"
12567
+ },
12568
+ type: "array"
12569
+ },
12570
+ limit: { default: 500, format: "float", type: "number" },
12571
+ manufacturer: {
12572
+ enum: [
12573
+ "akuvox",
12574
+ "august",
12575
+ "avigilon_alta",
12576
+ "brivo",
12577
+ "butterflymx",
12578
+ "doorking",
12579
+ "four_suites",
12580
+ "genie",
12581
+ "igloo",
12582
+ "keywe",
12583
+ "kwikset",
12584
+ "linear",
12585
+ "lockly",
12586
+ "nuki",
12587
+ "philia",
12588
+ "salto",
12589
+ "samsung",
12590
+ "schlage",
12591
+ "seam",
12592
+ "unknown",
12593
+ "wyze",
12594
+ "yale",
12595
+ "minut",
12596
+ "two_n",
12597
+ "ttlock",
12598
+ "nest",
12599
+ "igloohome",
12600
+ "ecobee",
12601
+ "hubitat",
12602
+ "controlbyweb",
12603
+ "smartthings",
12604
+ "dormakaba_oracode",
12605
+ "tedee",
12606
+ "honeywell_resideo"
12607
+ ],
12608
+ type: "string"
12609
+ },
12610
+ user_identifier_key: { type: "string" }
12611
+ },
12612
+ type: "object"
12613
+ }
12614
+ }
12615
+ }
12616
+ },
12617
+ responses: {
12618
+ 200: {
12619
+ content: {
12620
+ "application/json": {
12621
+ schema: {
12622
+ properties: {
12623
+ devices: {
12624
+ items: { $ref: "#/components/schemas/device" },
12625
+ type: "array"
12626
+ },
12627
+ noise_sensors: {
12628
+ items: { $ref: "#/components/schemas/device" },
12629
+ type: "array"
12630
+ },
12631
+ ok: { type: "boolean" }
12632
+ },
12633
+ required: ["noise_sensors", "devices", "ok"],
12634
+ type: "object"
12635
+ }
12636
+ }
12637
+ },
12638
+ description: "OK"
12639
+ },
12640
+ 400: { description: "Bad Request" },
12641
+ 401: { description: "Unauthorized" }
12642
+ },
12643
+ security: [
12644
+ { client_session: [] },
12645
+ { pat_with_workspace: [] },
12646
+ { console_session: [] },
12647
+ { api_key: [] }
12648
+ ],
12649
+ summary: "/noise_sensors/list",
12650
+ tags: ["/noise_sensors"],
12651
+ "x-fern-sdk-group-name": ["noise_sensors"],
12652
+ "x-fern-sdk-method-name": "list",
12653
+ "x-fern-sdk-return-value": "devices"
12654
+ }
12655
+ },
12409
12656
  "/noise_sensors/noise_thresholds/create": {
12410
12657
  post: {
12411
12658
  operationId: "noiseSensorsNoiseThresholdsCreatePost",