Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
connected_account:
account_type: salto_space
account_type_display_name: Salto Space
display_name: 'j**[email protected]'
automatically_manage_new_devices: true
connected_account_id: a289aa54-5488-4707-9a4b-eeea4edf311d
created_at: '2025-06-15T16:54:17.946329Z'
Expand All @@ -42,6 +43,7 @@
connected_account:
account_type: salto_space
account_type_display_name: Salto Space
display_name: 'j**[email protected]'
automatically_manage_new_devices: true
connected_account_id: a289aa54-5488-4707-9a4b-eeea4edf311d
created_at: '2025-06-15T16:54:17.946329Z'
Expand All @@ -67,6 +69,7 @@
connected_accounts:
- account_type: salto_space
account_type_display_name: Salto Space
display_name: 'j**[email protected]'
automatically_manage_new_devices: true
connected_account_id: a289aa54-5488-4707-9a4b-eeea4edf311d
created_at: '2025-06-15T16:54:17.946329Z'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@
properties:
account_type: salto_space
account_type_display_name: Salto Space
display_name: 'j**[email protected]'
automatically_manage_new_devices: true
connected_account_id: a289aa54-5488-4707-9a4b-eeea4edf311d
created_at: '2025-06-15T16:54:17.946329Z'
Expand Down
211 changes: 176 additions & 35 deletions docs/api/_blueprint.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,11 @@ Items that are intentionally undocumented are not included in this section.
- `sync`
- `/noise_sensors/noise_thresholds/update`
- `sync`
- `/seam/customer/v1/connectors/delete`
- `connector_customer_id`
- `customer_id`
- `customer_key`
- `unique_provider_resource_key`
- `/seam/mobile_sdk/v1/report_salto_space_audit_trail`
- `acs_system_id`
- `salto_space_metadata`
Expand Down Expand Up @@ -552,6 +557,7 @@ These items are deprecated.
- `client_session.user_identity_ids`: Use `user_identity_id` instead.
- `connect_webview.accepted_devices`: Unused. Will be removed.
- `connect_webview.any_device_allowed`: Unused. Will be removed.
- `connected_account.user_identifier`: Use `display_name` instead.
- `unmanaged_acs_access_group.access_group_type`: Use `external_type`.
- `unmanaged_acs_access_group.access_group_type_display_name`: Use `external_type_display_name`.
- `unmanaged_acs_user.email`: use email_address.
Expand Down
1 change: 1 addition & 0 deletions docs/api/access_grants/get_related.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ batch response
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down
13 changes: 13 additions & 0 deletions docs/api/connected_accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ A connected account resource.
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -112,6 +113,15 @@ Your unique key for the customer associated with this connected account.



---

**`display_name`** *String*

Display name for the connected account.




---

[**`errors`**](./#errors) *List* *of Objects*
Expand Down Expand Up @@ -309,6 +319,9 @@ Indicates that the maximum number of users allowed for the site has been reached

User identifier associated with the connected account.

{% hint style="warning" %}
**Deprecated**. Use `display_name` instead.
{% endhint %}


<details>
Expand Down
13 changes: 13 additions & 0 deletions docs/api/connected_accounts/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ await seam.connectedAccounts.get({
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -66,6 +67,7 @@ EOF
"connected_account": {
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -100,6 +102,7 @@ seam.connected_accounts.get(connected_account_id="a289aa54-5488-4707-9a4b-eeea4e
ConnectedAccount(
account_type="salto_space",
account_type_display_name="Salto Space",
display_name="j**[email protected]",
automatically_manage_new_devices=true,
connected_account_id="a289aa54-5488-4707-9a4b-eeea4edf311d",
created_at="2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -133,6 +136,7 @@ seam.connected_accounts.get(connected_account_id: "a289aa54-5488-4707-9a4b-eeea4
{
"account_type" => "salto_space",
"account_type_display_name" => "Salto Space",
"display_name" => "j**[email protected]",
"automatically_manage_new_devices" => true,
"connected_account_id" => "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at" => "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -170,6 +174,7 @@ $seam->connected_accounts->get(
[
"account_type" => "salto_space",
"account_type_display_name" => "Salto Space",
"display_name" => "j**[email protected]",
"automatically_manage_new_devices" => true,
"connected_account_id" => "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at" => "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -203,6 +208,7 @@ seam connected-accounts get --connected_account_id "a289aa54-5488-4707-9a4b-eeea
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -268,6 +274,7 @@ Returns:
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -313,6 +320,7 @@ await seam.connectedAccounts.get({ email: "[email protected]" });
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -353,6 +361,7 @@ EOF
"connected_account": {
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -387,6 +396,7 @@ seam.connected_accounts.get(email="[email protected]")
ConnectedAccount(
account_type="salto_space",
account_type_display_name="Salto Space",
display_name="j**[email protected]",
automatically_manage_new_devices=true,
connected_account_id="a289aa54-5488-4707-9a4b-eeea4edf311d",
created_at="2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -420,6 +430,7 @@ seam.connected_accounts.get(email: "[email protected]")
{
"account_type" => "salto_space",
"account_type_display_name" => "Salto Space",
"display_name" => "j**[email protected]",
"automatically_manage_new_devices" => true,
"connected_account_id" => "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at" => "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -455,6 +466,7 @@ $seam->connected_accounts->get(email: "[email protected]");
[
"account_type" => "salto_space",
"account_type_display_name" => "Salto Space",
"display_name" => "j**[email protected]",
"automatically_manage_new_devices" => true,
"connected_account_id" => "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at" => "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -488,6 +500,7 @@ seam connected-accounts get --email "[email protected]"
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down
7 changes: 7 additions & 0 deletions docs/api/connected_accounts/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ await seam.connectedAccounts.list({
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -71,6 +72,7 @@ EOF
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -109,6 +111,7 @@ seam.connected_accounts.list(
ConnectedAccount(
account_type="salto_space",
account_type_display_name="Salto Space",
display_name="j**[email protected]",
automatically_manage_new_devices=true,
connected_account_id="a289aa54-5488-4707-9a4b-eeea4edf311d",
created_at="2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -144,6 +147,7 @@ seam.connected_accounts.list(user_identifier_key: "2f393937-1405-4b1a-933f-34c97
{
"account_type" => "salto_space",
"account_type_display_name" => "Salto Space",
"display_name" => "j**[email protected]",
"automatically_manage_new_devices" => true,
"connected_account_id" => "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at" => "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -184,6 +188,7 @@ $seam->connected_accounts->list(
[
"account_type" => "salto_space",
"account_type_display_name" => "Salto Space",
"display_name" => "j**[email protected]",
"automatically_manage_new_devices" => true,
"connected_account_id" => "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at" => "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -219,6 +224,7 @@ seam connected-accounts list --user_identifier_key "2f393937-1405-4b1a-933f-34c9
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down Expand Up @@ -309,6 +315,7 @@ Returns:
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down
1 change: 1 addition & 0 deletions docs/api/spaces/get_related.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ batch response
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.686.0",
"@seamapi/types": "1.689.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading