Skip to content

Commit 8ffc6e2

Browse files
committed
ci: Generate docs
1 parent 7fd5d6c commit 8ffc6e2

29 files changed

Lines changed: 2142 additions & 2560 deletions

docs/api/_blueprint.json

Lines changed: 1748 additions & 983 deletions
Large diffs are not rendered by default.

docs/api/_report.md

Lines changed: 21 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- `/noise_sensors/noise_thresholds`
1919
- `/noise_sensors/simulate`
2020
- `/thermostats/daily_programs`
21+
- `/unstable_partner/building_blocks`
2122
- `/webhooks`
2223
- `/workspaces`
2324

@@ -65,6 +66,7 @@ These items are intentionally undocumented.
6566
- `/seam/instant_key/v1/client_sessions`: No undocumented message provided
6667
- `/seam/mobile_sdk/v1/acs/credentials`: No undocumented message provided
6768
- `/seam/mobile_sdk/v1/phone_sessions`: No undocumented message provided
69+
- `/seam/partner/v1/resources`: No undocumented message provided
6870
- `/unstable_access_grants`: No undocumented message provided
6971
- `/unstable_access_methods`: No undocumented message provided
7072
- `/unstable_locations`: No undocumented message provided
@@ -88,7 +90,7 @@ These items are intentionally undocumented.
8890
- `/seam/instant_key/v1`: No undocumented message provided
8991
- `/seam/mobile_sdk/v1/acs`: No undocumented message provided
9092
- `/seam/mobile_sdk/v1`: No undocumented message provided
91-
- `/unstable_partner`: No undocumented message provided
93+
- `/seam/partner/v1`: No undocumented message provided
9294

9395
### Endpoints
9496

@@ -115,10 +117,13 @@ These items are intentionally undocumented.
115117
- `/seam/instant_key/v1/client_sessions/exchange_short_code`: Seam Instant Key only.
116118
- `/seam/mobile_sdk/v1/acs/credentials/list`: Mobile SDK only.
117119
- `/seam/mobile_sdk/v1/phone_sessions/get_or_create`: Mobile SDK only.
120+
- `/seam/partner/v1/resources/list`: Partner building blocks/UI only.
118121
- `/thermostats/get`: Will be removed.
119122
- `/unstable_access_grants/create`: Unreleased.
123+
- `/unstable_access_grants/delete`: Unreleased.
120124
- `/unstable_access_grants/get`: Unreleased.
121125
- `/unstable_access_grants/list`: Unreleased.
126+
- `/unstable_access_methods/delete`: Unreleased.
122127
- `/unstable_access_methods/get`: Unreleased.
123128
- `/unstable_access_methods/list`: Unreleased.
124129
- `/unstable_locations/add_acs_entrances`: Experimental locations.
@@ -221,12 +226,6 @@ Items that are intentionally undocumented are not included in this section.
221226
- `acs_credential_provisioning_automation.workspace_id`
222227
- `acs_system.acs_access_group_count`
223228
- `acs_system.acs_user_count`
224-
- `acs_system.can_create_user`
225-
- `acs_system.can_delete_user`
226-
- `acs_system.can_update_user_group_membership`
227-
- `acs_system.can_update_user_information`
228-
- `acs_system.can_update_user_schedule`
229-
- `acs_system.can_update_user_supension_state`
230229
- `acs_system.location`
231230
- `acs_system.system_type`
232231
- `acs_system.system_type_display_name`
@@ -245,33 +244,8 @@ Items that are intentionally undocumented are not included in this section.
245244
- `client_session.user_identity_ids`
246245
- `client_session.workspace_id`
247246
- `connect_webview.accepted_devices`
248-
- `connect_webview.accepted_providers`
249247
- `connect_webview.any_device_allowed`
250-
- `connect_webview.any_provider_allowed`
251-
- `connect_webview.authorized_at`
252-
- `connect_webview.automatically_manage_new_devices`
253-
- `connect_webview.connect_webview_id`
254-
- `connect_webview.connected_account_id`
255-
- `connect_webview.created_at`
256-
- `connect_webview.custom_metadata`
257-
- `connect_webview.custom_redirect_failure_url`
258-
- `connect_webview.custom_redirect_url`
259248
- `connect_webview.device_selection_mode`
260-
- `connect_webview.login_successful`
261-
- `connect_webview.selected_provider`
262-
- `connect_webview.status`
263-
- `connect_webview.url`
264-
- `connect_webview.wait_for_device_creation`
265-
- `connect_webview.workspace_id`
266-
- `connected_account.account_type`
267-
- `connected_account.account_type_display_name`
268-
- `connected_account.automatically_manage_new_devices`
269-
- `connected_account.connected_account_id`
270-
- `connected_account.created_at`
271-
- `connected_account.custom_metadata`
272-
- `connected_account.errors`
273-
- `connected_account.user_identifier`
274-
- `connected_account.warnings`
275249
- `device.can_hvac_cool`
276250
- `device.can_hvac_heat`
277251
- `device.can_hvac_heat_cool`
@@ -283,7 +257,6 @@ Items that are intentionally undocumented are not included in this section.
283257
- `device.can_simulate_disconnection`
284258
- `device.can_simulate_removal`
285259
- `device.can_turn_off_hvac`
286-
- `device.custom_metadata`
287260
- `device_provider.can_hvac_cool`
288261
- `device_provider.can_hvac_heat`
289262
- `device_provider.can_hvac_heat_cool`
@@ -340,7 +313,6 @@ Items that are intentionally undocumented are not included in this section.
340313
- `unmanaged_device.can_simulate_removal`
341314
- `unmanaged_device.can_turn_off_hvac`
342315
- `unmanaged_device.is_managed`
343-
- `unmanaged_device.properties`
344316
- `user_identity.display_name`
345317
- `user_identity.full_name`
346318
- `webhook.event_types`
@@ -411,8 +383,14 @@ Items that are intentionally undocumented are not included in this section.
411383
- `/acs/users/update`
412384
- `email`
413385
- `hid_acs_system_id`
386+
- `/client_sessions/create`
387+
- `customer_id`
388+
- `customer_key`
414389
- `/connect_webviews/create`
390+
- `customer_id`
415391
- `device_selection_mode`
392+
- `/connect_webviews/list`
393+
- `customer_id`
416394
- `/connected_accounts/delete`
417395
- `sync`
418396
- `/connected_accounts/list`
@@ -427,27 +405,6 @@ Items that are intentionally undocumented are not included in this section.
427405
- `customer_ids`
428406
- `exclude_if`
429407
- `include_if`
430-
- `/events/get`
431-
- `device_id`
432-
- `event_id`
433-
- `event_type`
434-
- `/events/list`
435-
- `access_code_id`
436-
- `access_code_ids`
437-
- `acs_system_id`
438-
- `acs_system_ids`
439-
- `between`
440-
- `connect_webview_id`
441-
- `connected_account_id`
442-
- `customer_ids`
443-
- `device_id`
444-
- `device_ids`
445-
- `event_ids`
446-
- `event_type`
447-
- `event_types`
448-
- `limit`
449-
- `since`
450-
- `unstable_offset`
451408
- `/locks/get`
452409
- `device_id`
453410
- `name`
@@ -557,13 +514,16 @@ Items that are intentionally undocumented are not included in this section.
557514
- `location_id`
558515
- `name`
559516
- `time_zone`
517+
- `/unstable_partner/building_blocks/generate_link`
518+
- `bridge_client_machine_identifier_key`
519+
- `bridge_client_name`
520+
- `bridge_client_time_zone`
560521
- `/unstable_partner/resources/push`
561522
- `custom_metadata`
562523
- `customer_key`
563524
- `description`
564525
- `email_address`
565526
- `ends_at`
566-
- `icon_url`
567527
- `location_keys`
568528
- `name`
569529
- `partner_resource_key`
@@ -725,6 +685,7 @@ These items are deprecated.
725685
- `/connected_accounts/delete`
726686
- `/connected_accounts/get`
727687
- `/connected_accounts/list`
688+
- `/connected_accounts/sync`
728689
- `/connected_accounts/update`
729690
- `/devices/delete`
730691
- `/devices/get`
@@ -767,6 +728,7 @@ These items are deprecated.
767728
- `/seam/instant_key/v1/client_sessions/exchange_short_code`
768729
- `/seam/mobile_sdk/v1/acs/credentials/list`
769730
- `/seam/mobile_sdk/v1/phone_sessions/get_or_create`
731+
- `/seam/partner/v1/resources/list`
770732
- `/thermostats/get`
771733
- `/thermostats/update_weekly_program`
772734
- `/thermostats/daily_programs/create`
@@ -775,8 +737,10 @@ These items are deprecated.
775737
- `/thermostats/simulate/hvac_mode_adjusted`
776738
- `/thermostats/simulate/temperature_reached`
777739
- `/unstable_access_grants/create`
740+
- `/unstable_access_grants/delete`
778741
- `/unstable_access_grants/get`
779742
- `/unstable_access_grants/list`
743+
- `/unstable_access_methods/delete`
780744
- `/unstable_access_methods/get`
781745
- `/unstable_access_methods/list`
782746
- `/unstable_locations/add_acs_entrances`
@@ -788,6 +752,7 @@ These items are deprecated.
788752
- `/unstable_locations/remove_acs_entrances`
789753
- `/unstable_locations/remove_devices`
790754
- `/unstable_locations/update`
755+
- `/unstable_partner/building_blocks/generate_link`
791756
- `/unstable_partner/resources/push`
792757
- `/user_identities/generate_instant_key`
793758
- `/user_identities/update`

0 commit comments

Comments
 (0)