@seamapi/types 1.467.0 → 1.469.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.
@@ -12371,11 +12371,9 @@ export default {
12371
12371
  ],
12372
12372
  type: 'object',
12373
12373
  'x-route-path': '/thermostats/daily_programs',
12374
- 'x-undocumented': 'Unreleased.',
12375
12374
  },
12376
12375
  type: 'array',
12377
12376
  'x-property-group-key': 'thermostats',
12378
- 'x-undocumented': 'Unreleased.',
12379
12377
  },
12380
12378
  thermostat_weekly_program: {
12381
12379
  description:
@@ -12450,7 +12448,6 @@ export default {
12450
12448
  ],
12451
12449
  type: 'object',
12452
12450
  'x-property-group-key': 'thermostats',
12453
- 'x-undocumented': 'Unreleased.',
12454
12451
  },
12455
12452
  },
12456
12453
  type: 'object',
@@ -20517,7 +20514,6 @@ export default {
20517
20514
  ],
20518
20515
  type: 'object',
20519
20516
  'x-route-path': '/thermostats/daily_programs',
20520
- 'x-undocumented': 'Unreleased.',
20521
20517
  },
20522
20518
  thermostat_schedule: {
20523
20519
  description:
@@ -47349,6 +47345,574 @@ export default {
47349
47345
  'x-undocumented': 'Internal endpoint for customer portals.',
47350
47346
  },
47351
47347
  },
47348
+ '/seam/customer/v1/events/list': {
47349
+ get: {
47350
+ description:
47351
+ 'Returns a list of events for devices in a specific space. This endpoint is designed for customer portals and only supports filtering by space_id.',
47352
+ operationId: 'seamCustomerV1EventsListGet',
47353
+ parameters: [
47354
+ {
47355
+ in: 'query',
47356
+ name: 'space_id',
47357
+ required: true,
47358
+ schema: {
47359
+ description: 'ID of the space for which you want to list events.',
47360
+ format: 'uuid',
47361
+ type: 'string',
47362
+ },
47363
+ },
47364
+ {
47365
+ in: 'query',
47366
+ name: 'since',
47367
+ required: false,
47368
+ schema: {
47369
+ description:
47370
+ 'Timestamp to indicate the beginning generation time for the events that you want to list. You must include `since` or `between`.',
47371
+ type: 'string',
47372
+ },
47373
+ },
47374
+ {
47375
+ in: 'query',
47376
+ name: 'between',
47377
+ required: false,
47378
+ schema: {
47379
+ description:
47380
+ 'Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.',
47381
+ items: {
47382
+ oneOf: [
47383
+ { type: 'string' },
47384
+ { format: 'date-time', type: 'string' },
47385
+ ],
47386
+ },
47387
+ maxItems: 2,
47388
+ minItems: 2,
47389
+ type: 'array',
47390
+ },
47391
+ },
47392
+ {
47393
+ in: 'query',
47394
+ name: 'event_type',
47395
+ required: false,
47396
+ schema: {
47397
+ description: 'Type of the events that you want to list.',
47398
+ enum: [
47399
+ 'access_code.created',
47400
+ 'access_code.changed',
47401
+ 'access_code.scheduled_on_device',
47402
+ 'access_code.set_on_device',
47403
+ 'access_code.removed_from_device',
47404
+ 'access_code.delay_in_setting_on_device',
47405
+ 'access_code.failed_to_set_on_device',
47406
+ 'access_code.deleted',
47407
+ 'access_code.delay_in_removing_from_device',
47408
+ 'access_code.failed_to_remove_from_device',
47409
+ 'access_code.modified_external_to_seam',
47410
+ 'access_code.deleted_external_to_seam',
47411
+ 'access_code.backup_access_code_pulled',
47412
+ 'access_code.unmanaged.converted_to_managed',
47413
+ 'access_code.unmanaged.failed_to_convert_to_managed',
47414
+ 'access_code.unmanaged.created',
47415
+ 'access_code.unmanaged.removed',
47416
+ 'access_grant.created',
47417
+ 'access_grant.deleted',
47418
+ 'access_grant.access_granted_to_all_doors',
47419
+ 'access_grant.access_granted_to_door',
47420
+ 'access_grant.access_to_door_lost',
47421
+ 'access_method.issued',
47422
+ 'access_method.revoked',
47423
+ 'access_method.card_encoding_required',
47424
+ 'access_method.deleted',
47425
+ 'access_method.reissued',
47426
+ 'acs_system.connected',
47427
+ 'acs_system.added',
47428
+ 'acs_system.disconnected',
47429
+ 'acs_credential.deleted',
47430
+ 'acs_credential.issued',
47431
+ 'acs_credential.reissued',
47432
+ 'acs_credential.invalidated',
47433
+ 'acs_user.created',
47434
+ 'acs_user.deleted',
47435
+ 'acs_encoder.added',
47436
+ 'acs_encoder.removed',
47437
+ 'acs_access_group.deleted',
47438
+ 'acs_entrance.added',
47439
+ 'acs_entrance.removed',
47440
+ 'client_session.deleted',
47441
+ 'connected_account.connected',
47442
+ 'connected_account.created',
47443
+ 'connected_account.successful_login',
47444
+ 'connected_account.disconnected',
47445
+ 'connected_account.completed_first_sync',
47446
+ 'connected_account.deleted',
47447
+ 'connected_account.completed_first_sync_after_reconnection',
47448
+ 'action_attempt.lock_door.succeeded',
47449
+ 'action_attempt.lock_door.failed',
47450
+ 'action_attempt.unlock_door.succeeded',
47451
+ 'action_attempt.unlock_door.failed',
47452
+ 'connect_webview.login_succeeded',
47453
+ 'connect_webview.login_failed',
47454
+ 'device.connected',
47455
+ 'device.added',
47456
+ 'device.converted_to_unmanaged',
47457
+ 'device.unmanaged.converted_to_managed',
47458
+ 'device.unmanaged.connected',
47459
+ 'device.disconnected',
47460
+ 'device.unmanaged.disconnected',
47461
+ 'device.tampered',
47462
+ 'device.low_battery',
47463
+ 'device.battery_status_changed',
47464
+ 'device.removed',
47465
+ 'device.deleted',
47466
+ 'device.third_party_integration_detected',
47467
+ 'device.third_party_integration_no_longer_detected',
47468
+ 'device.salto.privacy_mode_activated',
47469
+ 'device.salto.privacy_mode_deactivated',
47470
+ 'device.connection_became_flaky',
47471
+ 'device.connection_stabilized',
47472
+ 'device.error.subscription_required',
47473
+ 'device.error.subscription_required.resolved',
47474
+ 'device.accessory_keypad_connected',
47475
+ 'device.accessory_keypad_disconnected',
47476
+ 'noise_sensor.noise_threshold_triggered',
47477
+ 'lock.locked',
47478
+ 'lock.unlocked',
47479
+ 'lock.access_denied',
47480
+ 'thermostat.climate_preset_activated',
47481
+ 'thermostat.manually_adjusted',
47482
+ 'thermostat.temperature_threshold_exceeded',
47483
+ 'thermostat.temperature_threshold_no_longer_exceeded',
47484
+ 'thermostat.temperature_reached_set_point',
47485
+ 'thermostat.temperature_changed',
47486
+ 'device.name_changed',
47487
+ 'enrollment_automation.deleted',
47488
+ 'phone.deactivated',
47489
+ ],
47490
+ type: 'string',
47491
+ },
47492
+ },
47493
+ {
47494
+ in: 'query',
47495
+ name: 'event_types',
47496
+ required: false,
47497
+ schema: {
47498
+ description: 'Types of the events that you want to list.',
47499
+ items: {
47500
+ enum: [
47501
+ 'access_code.created',
47502
+ 'access_code.changed',
47503
+ 'access_code.scheduled_on_device',
47504
+ 'access_code.set_on_device',
47505
+ 'access_code.removed_from_device',
47506
+ 'access_code.delay_in_setting_on_device',
47507
+ 'access_code.failed_to_set_on_device',
47508
+ 'access_code.deleted',
47509
+ 'access_code.delay_in_removing_from_device',
47510
+ 'access_code.failed_to_remove_from_device',
47511
+ 'access_code.modified_external_to_seam',
47512
+ 'access_code.deleted_external_to_seam',
47513
+ 'access_code.backup_access_code_pulled',
47514
+ 'access_code.unmanaged.converted_to_managed',
47515
+ 'access_code.unmanaged.failed_to_convert_to_managed',
47516
+ 'access_code.unmanaged.created',
47517
+ 'access_code.unmanaged.removed',
47518
+ 'access_grant.created',
47519
+ 'access_grant.deleted',
47520
+ 'access_grant.access_granted_to_all_doors',
47521
+ 'access_grant.access_granted_to_door',
47522
+ 'access_grant.access_to_door_lost',
47523
+ 'access_method.issued',
47524
+ 'access_method.revoked',
47525
+ 'access_method.card_encoding_required',
47526
+ 'access_method.deleted',
47527
+ 'access_method.reissued',
47528
+ 'acs_system.connected',
47529
+ 'acs_system.added',
47530
+ 'acs_system.disconnected',
47531
+ 'acs_credential.deleted',
47532
+ 'acs_credential.issued',
47533
+ 'acs_credential.reissued',
47534
+ 'acs_credential.invalidated',
47535
+ 'acs_user.created',
47536
+ 'acs_user.deleted',
47537
+ 'acs_encoder.added',
47538
+ 'acs_encoder.removed',
47539
+ 'acs_access_group.deleted',
47540
+ 'acs_entrance.added',
47541
+ 'acs_entrance.removed',
47542
+ 'client_session.deleted',
47543
+ 'connected_account.connected',
47544
+ 'connected_account.created',
47545
+ 'connected_account.successful_login',
47546
+ 'connected_account.disconnected',
47547
+ 'connected_account.completed_first_sync',
47548
+ 'connected_account.deleted',
47549
+ 'connected_account.completed_first_sync_after_reconnection',
47550
+ 'action_attempt.lock_door.succeeded',
47551
+ 'action_attempt.lock_door.failed',
47552
+ 'action_attempt.unlock_door.succeeded',
47553
+ 'action_attempt.unlock_door.failed',
47554
+ 'connect_webview.login_succeeded',
47555
+ 'connect_webview.login_failed',
47556
+ 'device.connected',
47557
+ 'device.added',
47558
+ 'device.converted_to_unmanaged',
47559
+ 'device.unmanaged.converted_to_managed',
47560
+ 'device.unmanaged.connected',
47561
+ 'device.disconnected',
47562
+ 'device.unmanaged.disconnected',
47563
+ 'device.tampered',
47564
+ 'device.low_battery',
47565
+ 'device.battery_status_changed',
47566
+ 'device.removed',
47567
+ 'device.deleted',
47568
+ 'device.third_party_integration_detected',
47569
+ 'device.third_party_integration_no_longer_detected',
47570
+ 'device.salto.privacy_mode_activated',
47571
+ 'device.salto.privacy_mode_deactivated',
47572
+ 'device.connection_became_flaky',
47573
+ 'device.connection_stabilized',
47574
+ 'device.error.subscription_required',
47575
+ 'device.error.subscription_required.resolved',
47576
+ 'device.accessory_keypad_connected',
47577
+ 'device.accessory_keypad_disconnected',
47578
+ 'noise_sensor.noise_threshold_triggered',
47579
+ 'lock.locked',
47580
+ 'lock.unlocked',
47581
+ 'lock.access_denied',
47582
+ 'thermostat.climate_preset_activated',
47583
+ 'thermostat.manually_adjusted',
47584
+ 'thermostat.temperature_threshold_exceeded',
47585
+ 'thermostat.temperature_threshold_no_longer_exceeded',
47586
+ 'thermostat.temperature_reached_set_point',
47587
+ 'thermostat.temperature_changed',
47588
+ 'device.name_changed',
47589
+ 'enrollment_automation.deleted',
47590
+ 'phone.deactivated',
47591
+ ],
47592
+ type: 'string',
47593
+ },
47594
+ type: 'array',
47595
+ },
47596
+ },
47597
+ {
47598
+ in: 'query',
47599
+ name: 'limit',
47600
+ required: false,
47601
+ schema: {
47602
+ default: 500,
47603
+ description: 'Numerical limit on the number of events to return.',
47604
+ format: 'float',
47605
+ type: 'number',
47606
+ },
47607
+ },
47608
+ ],
47609
+ responses: {
47610
+ 200: {
47611
+ content: {
47612
+ 'application/json': {
47613
+ schema: {
47614
+ properties: {
47615
+ events: {
47616
+ items: { $ref: '#/components/schemas/event' },
47617
+ type: 'array',
47618
+ },
47619
+ ok: { type: 'boolean' },
47620
+ },
47621
+ required: ['events', 'ok'],
47622
+ type: 'object',
47623
+ },
47624
+ },
47625
+ },
47626
+ description: 'OK',
47627
+ },
47628
+ 400: { description: 'Bad Request' },
47629
+ 401: { description: 'Unauthorized' },
47630
+ },
47631
+ security: [{ client_session_with_customer: [] }],
47632
+ summary: '/seam/customer/v1/events/list',
47633
+ tags: ['/events'],
47634
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
47635
+ 'x-fern-sdk-method-name': 'list',
47636
+ 'x-fern-sdk-return-value': 'events',
47637
+ 'x-response-key': 'events',
47638
+ 'x-title': 'List Events for Customer Space',
47639
+ 'x-undocumented': 'Internal endpoint for customer portals.',
47640
+ },
47641
+ post: {
47642
+ description:
47643
+ 'Returns a list of events for devices in a specific space. This endpoint is designed for customer portals and only supports filtering by space_id.',
47644
+ operationId: 'seamCustomerV1EventsListPost',
47645
+ requestBody: {
47646
+ content: {
47647
+ 'application/json': {
47648
+ schema: {
47649
+ properties: {
47650
+ between: {
47651
+ description:
47652
+ 'Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.',
47653
+ items: {
47654
+ oneOf: [
47655
+ { type: 'string' },
47656
+ { format: 'date-time', type: 'string' },
47657
+ ],
47658
+ },
47659
+ maxItems: 2,
47660
+ minItems: 2,
47661
+ type: 'array',
47662
+ },
47663
+ event_type: {
47664
+ description: 'Type of the events that you want to list.',
47665
+ enum: [
47666
+ 'access_code.created',
47667
+ 'access_code.changed',
47668
+ 'access_code.scheduled_on_device',
47669
+ 'access_code.set_on_device',
47670
+ 'access_code.removed_from_device',
47671
+ 'access_code.delay_in_setting_on_device',
47672
+ 'access_code.failed_to_set_on_device',
47673
+ 'access_code.deleted',
47674
+ 'access_code.delay_in_removing_from_device',
47675
+ 'access_code.failed_to_remove_from_device',
47676
+ 'access_code.modified_external_to_seam',
47677
+ 'access_code.deleted_external_to_seam',
47678
+ 'access_code.backup_access_code_pulled',
47679
+ 'access_code.unmanaged.converted_to_managed',
47680
+ 'access_code.unmanaged.failed_to_convert_to_managed',
47681
+ 'access_code.unmanaged.created',
47682
+ 'access_code.unmanaged.removed',
47683
+ 'access_grant.created',
47684
+ 'access_grant.deleted',
47685
+ 'access_grant.access_granted_to_all_doors',
47686
+ 'access_grant.access_granted_to_door',
47687
+ 'access_grant.access_to_door_lost',
47688
+ 'access_method.issued',
47689
+ 'access_method.revoked',
47690
+ 'access_method.card_encoding_required',
47691
+ 'access_method.deleted',
47692
+ 'access_method.reissued',
47693
+ 'acs_system.connected',
47694
+ 'acs_system.added',
47695
+ 'acs_system.disconnected',
47696
+ 'acs_credential.deleted',
47697
+ 'acs_credential.issued',
47698
+ 'acs_credential.reissued',
47699
+ 'acs_credential.invalidated',
47700
+ 'acs_user.created',
47701
+ 'acs_user.deleted',
47702
+ 'acs_encoder.added',
47703
+ 'acs_encoder.removed',
47704
+ 'acs_access_group.deleted',
47705
+ 'acs_entrance.added',
47706
+ 'acs_entrance.removed',
47707
+ 'client_session.deleted',
47708
+ 'connected_account.connected',
47709
+ 'connected_account.created',
47710
+ 'connected_account.successful_login',
47711
+ 'connected_account.disconnected',
47712
+ 'connected_account.completed_first_sync',
47713
+ 'connected_account.deleted',
47714
+ 'connected_account.completed_first_sync_after_reconnection',
47715
+ 'action_attempt.lock_door.succeeded',
47716
+ 'action_attempt.lock_door.failed',
47717
+ 'action_attempt.unlock_door.succeeded',
47718
+ 'action_attempt.unlock_door.failed',
47719
+ 'connect_webview.login_succeeded',
47720
+ 'connect_webview.login_failed',
47721
+ 'device.connected',
47722
+ 'device.added',
47723
+ 'device.converted_to_unmanaged',
47724
+ 'device.unmanaged.converted_to_managed',
47725
+ 'device.unmanaged.connected',
47726
+ 'device.disconnected',
47727
+ 'device.unmanaged.disconnected',
47728
+ 'device.tampered',
47729
+ 'device.low_battery',
47730
+ 'device.battery_status_changed',
47731
+ 'device.removed',
47732
+ 'device.deleted',
47733
+ 'device.third_party_integration_detected',
47734
+ 'device.third_party_integration_no_longer_detected',
47735
+ 'device.salto.privacy_mode_activated',
47736
+ 'device.salto.privacy_mode_deactivated',
47737
+ 'device.connection_became_flaky',
47738
+ 'device.connection_stabilized',
47739
+ 'device.error.subscription_required',
47740
+ 'device.error.subscription_required.resolved',
47741
+ 'device.accessory_keypad_connected',
47742
+ 'device.accessory_keypad_disconnected',
47743
+ 'noise_sensor.noise_threshold_triggered',
47744
+ 'lock.locked',
47745
+ 'lock.unlocked',
47746
+ 'lock.access_denied',
47747
+ 'thermostat.climate_preset_activated',
47748
+ 'thermostat.manually_adjusted',
47749
+ 'thermostat.temperature_threshold_exceeded',
47750
+ 'thermostat.temperature_threshold_no_longer_exceeded',
47751
+ 'thermostat.temperature_reached_set_point',
47752
+ 'thermostat.temperature_changed',
47753
+ 'device.name_changed',
47754
+ 'enrollment_automation.deleted',
47755
+ 'phone.deactivated',
47756
+ ],
47757
+ type: 'string',
47758
+ },
47759
+ event_types: {
47760
+ description: 'Types of the events that you want to list.',
47761
+ items: {
47762
+ enum: [
47763
+ 'access_code.created',
47764
+ 'access_code.changed',
47765
+ 'access_code.scheduled_on_device',
47766
+ 'access_code.set_on_device',
47767
+ 'access_code.removed_from_device',
47768
+ 'access_code.delay_in_setting_on_device',
47769
+ 'access_code.failed_to_set_on_device',
47770
+ 'access_code.deleted',
47771
+ 'access_code.delay_in_removing_from_device',
47772
+ 'access_code.failed_to_remove_from_device',
47773
+ 'access_code.modified_external_to_seam',
47774
+ 'access_code.deleted_external_to_seam',
47775
+ 'access_code.backup_access_code_pulled',
47776
+ 'access_code.unmanaged.converted_to_managed',
47777
+ 'access_code.unmanaged.failed_to_convert_to_managed',
47778
+ 'access_code.unmanaged.created',
47779
+ 'access_code.unmanaged.removed',
47780
+ 'access_grant.created',
47781
+ 'access_grant.deleted',
47782
+ 'access_grant.access_granted_to_all_doors',
47783
+ 'access_grant.access_granted_to_door',
47784
+ 'access_grant.access_to_door_lost',
47785
+ 'access_method.issued',
47786
+ 'access_method.revoked',
47787
+ 'access_method.card_encoding_required',
47788
+ 'access_method.deleted',
47789
+ 'access_method.reissued',
47790
+ 'acs_system.connected',
47791
+ 'acs_system.added',
47792
+ 'acs_system.disconnected',
47793
+ 'acs_credential.deleted',
47794
+ 'acs_credential.issued',
47795
+ 'acs_credential.reissued',
47796
+ 'acs_credential.invalidated',
47797
+ 'acs_user.created',
47798
+ 'acs_user.deleted',
47799
+ 'acs_encoder.added',
47800
+ 'acs_encoder.removed',
47801
+ 'acs_access_group.deleted',
47802
+ 'acs_entrance.added',
47803
+ 'acs_entrance.removed',
47804
+ 'client_session.deleted',
47805
+ 'connected_account.connected',
47806
+ 'connected_account.created',
47807
+ 'connected_account.successful_login',
47808
+ 'connected_account.disconnected',
47809
+ 'connected_account.completed_first_sync',
47810
+ 'connected_account.deleted',
47811
+ 'connected_account.completed_first_sync_after_reconnection',
47812
+ 'action_attempt.lock_door.succeeded',
47813
+ 'action_attempt.lock_door.failed',
47814
+ 'action_attempt.unlock_door.succeeded',
47815
+ 'action_attempt.unlock_door.failed',
47816
+ 'connect_webview.login_succeeded',
47817
+ 'connect_webview.login_failed',
47818
+ 'device.connected',
47819
+ 'device.added',
47820
+ 'device.converted_to_unmanaged',
47821
+ 'device.unmanaged.converted_to_managed',
47822
+ 'device.unmanaged.connected',
47823
+ 'device.disconnected',
47824
+ 'device.unmanaged.disconnected',
47825
+ 'device.tampered',
47826
+ 'device.low_battery',
47827
+ 'device.battery_status_changed',
47828
+ 'device.removed',
47829
+ 'device.deleted',
47830
+ 'device.third_party_integration_detected',
47831
+ 'device.third_party_integration_no_longer_detected',
47832
+ 'device.salto.privacy_mode_activated',
47833
+ 'device.salto.privacy_mode_deactivated',
47834
+ 'device.connection_became_flaky',
47835
+ 'device.connection_stabilized',
47836
+ 'device.error.subscription_required',
47837
+ 'device.error.subscription_required.resolved',
47838
+ 'device.accessory_keypad_connected',
47839
+ 'device.accessory_keypad_disconnected',
47840
+ 'noise_sensor.noise_threshold_triggered',
47841
+ 'lock.locked',
47842
+ 'lock.unlocked',
47843
+ 'lock.access_denied',
47844
+ 'thermostat.climate_preset_activated',
47845
+ 'thermostat.manually_adjusted',
47846
+ 'thermostat.temperature_threshold_exceeded',
47847
+ 'thermostat.temperature_threshold_no_longer_exceeded',
47848
+ 'thermostat.temperature_reached_set_point',
47849
+ 'thermostat.temperature_changed',
47850
+ 'device.name_changed',
47851
+ 'enrollment_automation.deleted',
47852
+ 'phone.deactivated',
47853
+ ],
47854
+ type: 'string',
47855
+ },
47856
+ type: 'array',
47857
+ },
47858
+ limit: {
47859
+ default: 500,
47860
+ description:
47861
+ 'Numerical limit on the number of events to return.',
47862
+ format: 'float',
47863
+ type: 'number',
47864
+ },
47865
+ since: {
47866
+ description:
47867
+ 'Timestamp to indicate the beginning generation time for the events that you want to list. You must include `since` or `between`.',
47868
+ type: 'string',
47869
+ },
47870
+ space_id: {
47871
+ description:
47872
+ 'ID of the space for which you want to list events.',
47873
+ format: 'uuid',
47874
+ type: 'string',
47875
+ },
47876
+ },
47877
+ required: ['space_id'],
47878
+ type: 'object',
47879
+ },
47880
+ },
47881
+ },
47882
+ },
47883
+ responses: {
47884
+ 200: {
47885
+ content: {
47886
+ 'application/json': {
47887
+ schema: {
47888
+ properties: {
47889
+ events: {
47890
+ items: { $ref: '#/components/schemas/event' },
47891
+ type: 'array',
47892
+ },
47893
+ ok: { type: 'boolean' },
47894
+ },
47895
+ required: ['events', 'ok'],
47896
+ type: 'object',
47897
+ },
47898
+ },
47899
+ },
47900
+ description: 'OK',
47901
+ },
47902
+ 400: { description: 'Bad Request' },
47903
+ 401: { description: 'Unauthorized' },
47904
+ },
47905
+ security: [{ client_session_with_customer: [] }],
47906
+ summary: '/seam/customer/v1/events/list',
47907
+ tags: ['/events'],
47908
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'events'],
47909
+ 'x-fern-sdk-method-name': 'list',
47910
+ 'x-fern-sdk-return-value': 'events',
47911
+ 'x-response-key': 'events',
47912
+ 'x-title': 'List Events for Customer Space',
47913
+ 'x-undocumented': 'Internal endpoint for customer portals.',
47914
+ },
47915
+ },
47352
47916
  '/seam/customer/v1/portals/get': {
47353
47917
  get: {
47354
47918
  description:
@@ -47533,6 +48097,92 @@ export default {
47533
48097
  'x-undocumented': 'Internal endpoint for customer portals.',
47534
48098
  },
47535
48099
  },
48100
+ '/seam/customer/v1/settings/get': {
48101
+ get: {
48102
+ description: 'Retrieves the settings for a customer portal workspace.',
48103
+ operationId: 'seamCustomerV1SettingsGetGet',
48104
+ responses: {
48105
+ 200: {
48106
+ content: {
48107
+ 'application/json': {
48108
+ schema: {
48109
+ properties: {
48110
+ business_vertical: {
48111
+ description: 'Business vertical of the customer portal.',
48112
+ enum: [
48113
+ 'short_term_rental',
48114
+ 'hospitality',
48115
+ 'multi_family',
48116
+ 'gym_management',
48117
+ 'property_tours',
48118
+ ],
48119
+ type: 'string',
48120
+ },
48121
+ ok: { type: 'boolean' },
48122
+ },
48123
+ required: ['ok'],
48124
+ type: 'object',
48125
+ },
48126
+ },
48127
+ },
48128
+ description: 'OK',
48129
+ },
48130
+ 400: { description: 'Bad Request' },
48131
+ 401: { description: 'Unauthorized' },
48132
+ },
48133
+ security: [{ console_session_with_workspace: [] }, { api_key: [] }],
48134
+ summary: '/seam/customer/v1/settings/get',
48135
+ tags: [],
48136
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'settings'],
48137
+ 'x-fern-sdk-method-name': 'get',
48138
+ 'x-fern-sdk-return-value': 'business_vertical',
48139
+ 'x-response-key': 'business_vertical',
48140
+ 'x-title': 'Get Customer Portal Settings',
48141
+ 'x-undocumented': 'Internal endpoint for customer portals.',
48142
+ },
48143
+ post: {
48144
+ description: 'Retrieves the settings for a customer portal workspace.',
48145
+ operationId: 'seamCustomerV1SettingsGetPost',
48146
+ responses: {
48147
+ 200: {
48148
+ content: {
48149
+ 'application/json': {
48150
+ schema: {
48151
+ properties: {
48152
+ business_vertical: {
48153
+ description: 'Business vertical of the customer portal.',
48154
+ enum: [
48155
+ 'short_term_rental',
48156
+ 'hospitality',
48157
+ 'multi_family',
48158
+ 'gym_management',
48159
+ 'property_tours',
48160
+ ],
48161
+ type: 'string',
48162
+ },
48163
+ ok: { type: 'boolean' },
48164
+ },
48165
+ required: ['ok'],
48166
+ type: 'object',
48167
+ },
48168
+ },
48169
+ },
48170
+ description: 'OK',
48171
+ },
48172
+ 400: { description: 'Bad Request' },
48173
+ 401: { description: 'Unauthorized' },
48174
+ },
48175
+ security: [{ console_session_with_workspace: [] }, { api_key: [] }],
48176
+ summary: '/seam/customer/v1/settings/get',
48177
+ tags: [],
48178
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'settings'],
48179
+ 'x-fern-sdk-method-name': 'get',
48180
+ 'x-fern-sdk-return-value': 'business_vertical',
48181
+ 'x-response-key': 'business_vertical',
48182
+ 'x-title': 'Get Customer Portal Settings',
48183
+ 'x-undocumented': 'Internal endpoint for customer portals.',
48184
+ },
48185
+ },
47536
48186
  '/seam/customer/v1/settings/update': {
47537
48187
  patch: {
47538
48188
  description: 'Updates the settings for a customer portal workspace.',
@@ -49681,7 +50331,6 @@ export default {
49681
50331
  'x-fern-sdk-return-value': 'thermostat_daily_program',
49682
50332
  'x-response-key': 'thermostat_daily_program',
49683
50333
  'x-title': 'Create a Thermostat Daily Program',
49684
- 'x-undocumented': 'Unreleased.',
49685
50334
  },
49686
50335
  },
49687
50336
  '/thermostats/daily_programs/delete': {
@@ -49729,7 +50378,6 @@ export default {
49729
50378
  'x-fern-sdk-method-name': 'delete',
49730
50379
  'x-response-key': null,
49731
50380
  'x-title': 'Delete a Thermostat Daily Program',
49732
- 'x-undocumented': 'Unreleased.',
49733
50381
  },
49734
50382
  post: {
49735
50383
  description: 'Deletes a thermostat daily program.',
@@ -49780,7 +50428,6 @@ export default {
49780
50428
  'x-fern-sdk-method-name': 'delete',
49781
50429
  'x-response-key': null,
49782
50430
  'x-title': 'Delete a Thermostat Daily Program',
49783
- 'x-undocumented': 'Unreleased.',
49784
50431
  },
49785
50432
  },
49786
50433
  '/thermostats/daily_programs/update': {
@@ -49870,7 +50517,6 @@ export default {
49870
50517
  'x-fern-sdk-return-value': 'action_attempt',
49871
50518
  'x-response-key': 'action_attempt',
49872
50519
  'x-title': 'Update a Thermostat Daily Program',
49873
- 'x-undocumented': 'Unreleased.',
49874
50520
  },
49875
50521
  post: {
49876
50522
  description:
@@ -49958,7 +50604,6 @@ export default {
49958
50604
  'x-fern-sdk-return-value': 'action_attempt',
49959
50605
  'x-response-key': 'action_attempt',
49960
50606
  'x-title': 'Update a Thermostat Daily Program',
49961
- 'x-undocumented': 'Unreleased.',
49962
50607
  },
49963
50608
  },
49964
50609
  '/thermostats/delete_climate_preset': {
@@ -52647,7 +53292,6 @@ export default {
52647
53292
  'x-fern-sdk-return-value': 'action_attempt',
52648
53293
  'x-response-key': 'action_attempt',
52649
53294
  'x-title': 'Update the Thermostat Weekly Program',
52650
- 'x-undocumented': 'Unreleased.',
52651
53295
  },
52652
53296
  },
52653
53297
  '/unstable_access_grants/create': {